• RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Leopard sucks while installing/updating gems

May be you guys have noticed that when you try to install a new gem on your machine it says some thing like “Updating meta data for 500 gems” and display one dot per gem. These dots moves very slowly and stops in some time. I faced this situation many times and found a solution some where on net. I  [ Read More ]

Continue

EdgeRails: ActiveRecord::SessionSto...

With the commit 3324e28804 ActiveRecord::SessionStore is extracted out of Rails into ...

Edge rails: Now create HABTM join t...

Earlier whenever we wanted to create a HABTM join table, ...

ActiveRecord after_commit hook...

Most developers use ActiveRecord callbacks after_create/after_update/after_destroy to generate background job, ...

TaffyDB: The JavaScript Database...

#/status/239767146316574720

Foreigner: Adds foreign key helpers...

#/status/237798607397466112

EdgeRails: ActiveRecord::SessionSto...

With the commit 3324e28804 ActiveRecord::SessionStore is extracted out of Rails into ...

Edge Rails: Time#current...

Returns Time.zone.now when config.time_zone is set, otherwise just returns Time.now

Edge Rails: Array#random_element...

Array#rand is deprecated in favor of Array#random_element and will be ...

Edge Rails Updates...

New edge rails deprecations: Time#last_year is deprecated in favor of Time#prev_year Time#last_month ...

uninitialized constant ActionMailer...

Just a quick note, If you are getting "uninitialized constant ...