Top "Ruby-on-rails-3.2" questions

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

strong parameters permit all attributes for nested attributes

Is there a way in strong parameters to permit all attributes of a nested_attributes model? Here is a sample …

ruby-on-rails ruby ruby-on-rails-3.2 ruby-on-rails-4 strong-parameters
Using turbolinks in a Rails link_to

Just wondering whether there's a way to use turbolinks directly in a rails link_to helper, a quick bit of …

ruby-on-rails-3.2 turbolinks ruby-on-rails-4
Routing Error uninitialized constant Users

I am a rails newbie... I am trying to set up Sign in with facebook for a demo app. I …

ruby-on-rails facebook devise ruby-on-rails-3.2 omniauth
Reserved names with ActiveRecord models

I take naming pretty seriously, so I think pretty hard about good names for my ActiveRecord models. However, I frequently …

ruby-on-rails ruby-on-rails-3 activerecord ruby-on-rails-3.2 active-record-query
How to get a Date from date_select or select_date in Rails?

Using select_date gives me back a params[:my_date] with year, month and day attributes. How do get a …

ruby-on-rails ruby ruby-on-rails-3 ruby-on-rails-3.2 params
Possible to alias a belongs_to association in Rails?

I have a model with a belongs_to association: class Car < ActiveRecord::Base belongs_to :vendor end So I …

ruby-on-rails ruby ruby-on-rails-3 ruby-on-rails-3.2 ruby-on-rails-4
Rails joins through association

In Ruby on Rails, I want to find employers in the city. Lets say the models are set up this …

sql ruby-on-rails ruby-on-rails-3 join ruby-on-rails-3.2
Set maximum length in Text field in RoR

Has anyone managed to set maximum field lenghts for text fields How can i set the maximum length of a …

ruby-on-rails ruby ruby-on-rails-3 ruby-on-rails-3.1 ruby-on-rails-3.2
Rails route to only index

This might be a simple routing question in Rails but I have searched around and received answers for Rails 2 rather …

ruby-on-rails ruby ruby-on-rails-3 ruby-on-rails-3.2
How to get ActiveAdmin to work with Strong Parameters?

Update: this question was asked before there was a solution for it already in ActiveAdmin. As Joseph states, the ActiveAdmin …

ruby-on-rails ruby-on-rails-3.2 activeadmin strong-parameters