Web On Rails
Exploring RubyOnRails
Github2S3: Backup Github Repositories To Amazon S3
~1 year ago by Akhil Bansal on Web On Rails.
Cross Posted from http://vinsol.com/blog Who doesn’t know GitHub now a days, its a service to host git repositories. We, at Vinsol, use GitHub extensively...
Edge Rails: Time#current
almost 2 years ago by Akhil Bansal on Web On Rails.
Returns Time.zone.now when config.time_zone is set, otherwise just returns Time.now...
Edge Rails: Time#current
almost 2 years ago by Akhil Bansal on Web On Rails.
Returns Time.zone.now when config.time_zone is set, otherwise just returns Time.now...
Edge Rails: Array#random_element
almost 2 years ago by Akhil Bansal on Web On Rails.
Array#rand is deprecated in favor of Array#random_element and will be removed in Rails 3. As per the comment added to the commit: Array#rand is deprecated...
Edge Rails: Array#random_element
almost 2 years ago by Akhil Bansal on Web On Rails.
Array#rand is deprecated in favor of Array#random_element and will be removed in Rails 3. As per the comment added to the commit: Array#rand is deprecated...
Edge Rails Updates
~2 years ago by Akhil Bansal on Web On Rails.
New edge rails deprecations: Time#last_year is deprecated in favor of Time#prev_year Time#last_month is deprecated in favor of Time#prev_month Date#last_year...
Edge Rails Updates
~2 years ago by Akhil Bansal on Web On Rails.
New edge rails deprications: Time#last_year is depricated in favor of Time#prev_year Time#last_month is depricated in favor of Time#prev_month Date#last_year...
Download recursive directories with wget using Username & Password for FTP
~2 years ago by Akhil Bansal on Web On Rails.
Using ftp to download multiple files using ‘mget’ command is pretty common, however it downloads files from current directory only. But if you...
Download recursive directories with wget using Username & Password for FTP
~2 years ago by Akhil Bansal on Web On Rails.
Using ftp to download multiple files using ‘mget’ command is pretty common, however it downloads files from current directory only. But if you need...
uninitialized constant ActionMailer::Quoting::Encoding
~2 years ago by Akhil Bansal on Web On Rails.
Just a quick note, If you are getting “uninitialized constant ActionMailer::Quoting::Encoding” while using ActionMailer, then make sure that...
