Top "Ruby-on-rails-3.2" questions

Ruby on Rails version 3.2.0 released at January 20, 2012.

Rake task to list all migrations for a given model

On the terminal, is there a rake task to list all the migrations which have been run on a particular …

ruby-on-rails ruby-on-rails-3.2 rake rake-task
value_to_boolean deprecated; what's a good replacement?

Is there a "cool-kid-approved" replacement for ActiveRecord::ConnectionAdapters::Column.value_to_boolean in rails 3.2?

ruby-on-rails activerecord ruby-on-rails-3.2 deprecated
couldn't find file 'turbolinks' in Rails 4.0.4 app

I just upgraded from Rails 3.2.17 to 4.0.4 and everything looks great. I copied over a lot of the config files from …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-4 ruby-on-rails-3.2 turbolinks
Excluding files from assets:precompile in rails

I use codekit for writing less which it then converts to css automatically. I don't want rails to convert my …

ruby-on-rails-3 ruby-on-rails-3.2 less asset-pipeline precompile
Errors::SignatureDoesNotMatch, AWS-SDK gem for S3 support on paperclip 3.0.1 and rails 3.2

I'm migrating my app from Rails 3.0.9 to 3.2.3 and ruby 1.9.3. I was using paperclip(2.3.11) with aws-s3 gem to store my pictures. …

amazon-s3 paperclip ruby-on-rails-3.2 ruby-1.9.3
Why does Passenger says that my gem 'json' can't be found, when my gem list shows it?

I got the following error message with phusion passenger for Ruby on Rails on my Apache server : It looks like …

ruby-on-rails-3.2 rvm passenger gemset
Rails emits warning: "Rack::File headers parameter replaces cache_control after Rack 1.5"

I've recently upgraded my Rails to v3.2. The server starts and works, however I'm noticing the following warning: Rack::File …

ruby-on-rails ruby-on-rails-3.2
Getting Rails Nested Resources to Route to correct nested Controllers

In Rails 3.2.11, I have the following route definitions resources :foos do resources :bars resources :bangs, :controller => 'foos/bangs' end …

ruby-on-rails-3.2 rails-routing controllers nested-resources
omniauth google-oauth2 with devise - invalid_credentials and "Csrf detected"

Dear Fine People of SO: I am developing a Ruby app on Rails 3.2.12 (and I am still new to it). …

devise ruby-on-rails-3.2 omniauth google-oauth
Devise: change password

I've been stuck on this for over 24hrs trying to follow other solutions posted here, but I can't get this …

devise change-password ruby-on-rails-3.2