[Rails] rake db:schema:dump vs. config.active_record.schema_format = :ruby

2015-01-23 Thread Jan Lühr
Hello folks, I've some issues with rake db:structure:dump and rails 4.2.0 If config.active_record.schema_format = :ruby, rake db:structure:dump will generate structure.sql nevertheless - tests will fail because of a missing schema.rb file (/home/jan/RubymineProjects/cdb3/db/schema.rb doesn't

[Rails] Re: accepts_nested_attributes_for - objects are ignored:

2009-08-14 Thread Jan Lühr
Hello, On Friday 14 August 2009 18:59:19 Jan Lühr wrote: > I've encountered some annoying problem with accepts_nested_attributes_for > Model is: http://pastie.org/584213 > Request is: http://pastie.org/584216 > Controller is: http://pastie.org/584222 > Record before re

[Rails] accepts_nested_attributes_for - objects are ignored:

2009-08-14 Thread Jan Lühr
Hello, I've encountered some annoying problem with accepts_nested_attributes_for Model is: http://pastie.org/584213 Request is: http://pastie.org/584216 Controller is: http://pastie.org/584222 Record before request = Record after request: http://pastie.org/584225 Within the request, asemployees_