search for: paramsparser

Displaying 4 results from an estimated 4 matches for "paramsparser".

Did you mean: params_parser
2012 Jul 25
1
A minor beef with JSON::decode
Hiya, So, what was the impetus behind having ParamsParser create Date and DateTime objects out of application/json requests? The project I''m on expects parameters to be received as standard types (bools, numbers, strings, arrays, and hashes). Rails shouldn''t try to convert objects that are explicitly passed as these types; it shoul...
2010 Dec 15
2
Error reverse engineering MySQL with RMRE
...ime Rails::Rack::Logger ActionDispatch::ShowExceptions ActionDispatch::RemoteIp Rack::Sendfile ActionDispatch::Callbacks ActiveRecord::ConnectionAdapters::ConnectionManagement ActiveRecord::QueryCache ActionDispatch::Cookies ActionDispatch::Session::CookieStore ActionDispatch::Flash ActionDispatch::ParamsParser Rack::MethodOverride ActionDispatch::Head ActionDispatch::BestStandardsSupport Application root /root/test/app Environment development Database adapter mysql2 Database schema version 0 ====== % rmre -a mysql -d test -u root /usr/local/rvm/gems/ruby-1.9.2-p0/gems/activerecord-3.0.3/lib/ active_reco...
2010 May 25
8
params merge on for every action
hi i got to merge a hash of parameters for every action for every controller. the only thing i could image is modifying a super class method. so, how could i modify the method that take care of setting up the parameters? is it ActionController.parameters? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2012 Sep 25
3
Proposal for a new ActiveModel::Errors structure
There are few issues with the current ActiveModel::Errors class. Firstly, when an error is added to ActiveModel::Errors class via #add method (https://github.com/rails/rails/blob/master/activemodel/lib/active_model/errors.rb#L294) its translation is added. It should not be translated when being added, but only when being read. The second issue is a bit bigger. We''d like to create