Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3.2

Find records that were created closest to the current date

Is there a "Rails Way" to fold a Twitter Bootstrap theme into a Rails 3 application?

String length difference between ruby 1.8 and 1.9

Rails Form in Bootstrap Modal

Rspec testing for iframe content

Why does Rails console say "cannot load such file -- readline"?

Rails Single Table Inheritance: How to override the value written to the type field

Rabl.render: how to use view helper methods?

Rake task to list all migrations for a given model

Are @@variables in a Ruby on Rails controller specific to the users session, or are all users going to see the same value?

Rails actionmailer, send mail at a specific time

Rails: Unknown Attribute error in ruby on rails

find_by_id(params[:subject_id]) vs where(:id => params[:subject_id]).first

Easiest way to store images in database on Heroku?

heroku ruby-on-rails-3.2

rails 3.2 development mode is not displaying the full error page with backtrace etc

tap method in Rails 3 - Have I understood the API Docs correctly?

Any reason to not create indexes on foreign key columns in ActiveRecord?

How to test file upload with factorygirl?

How to access current_user in rails action mailer

undefined method `find_or_create'