search for: iverecord

Displaying 3 results from an estimated 3 matches for "iverecord".

Did you mean: cverecord
2014 Apr 23
0
Something went wrong
...metal/instrumentation.rb:30:in `process_acti on' 2014-04-23T21:35:54.918750+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-4.1.0/lib/action_controller/metal/params_wrapper.rb:250:in `process_acti on' 2014-04-23T21:35:54.918752+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act iverecord-4.1.0/lib/active_record/railties/controller_runtime.rb:18:in `process_ action' 2014-04-23T21:35:54.918755+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionview-4.1.0/lib/action_view/rendering.rb:30:in `process' 2014-04-23T21:35:54.918756+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems...
2006 Jan 19
2
Easy way to handle form input without a model class?
I have a couple forms that I''d like to be able to validate and automatically populate, but it shouldn''t be based on AR. In fact I often have a bunch of small forms that I can''t really justify writing a whole new model class for anyway. I''d like to validate the form input, and then use rails helpers to automatically populate the form if validations fail.
2011 Jul 25
4
Rails 3 test database issues
...;down'' part of a migration and sometimes just recreate the whole database. I did rake db:migrate:reset and rake db:test:prepare, but when I run my test it is trying to access tables that are not in the test at all and fields that are not in that table. test_attr_merge(UserSectionTest): ActiveRecord::StatementInvalid: Mysql::Error: Unknown column ''conversion_dir_id'' in ''field list'': INSERT INTO `conversions` (`file_name`, `conversion_dir_id`, ` created_at`, `updated_at`, `id`) VALUES (''MyString'', 1, ''2011-07-25 13:32:52'',...