| 8817796 |
2011-09-09 |
Added test for obj.errors.as_json |
| f5a944f |
2011-09-09 |
Add ability to get an individual full error message + te... |
| 52a0962 |
2011-07-17 |
Made attribute_method_matchers_cache private + doc |
| c3dd4c6 |
2011-07-16 |
Issue #2075 Optimization of ActiveModel's match_attribut... |
| f04c5d6 |
2011-07-14 |
Optimization of ActiveModel's match_attribute_method? |
| 1e1d307 |
2010-05-07 |
Fix parsing xml input by ActionDispatch::ParamsParser |
| 9bd91b0 |
2010-05-03 |
Favor %{} in all code instead of (deprecated) {{}} as in... |
| 60504e6 |
2010-04-30 |
to_xml with :include should skip_instruct on the include... |
| eb22c24 |
2010-01-08 |
Exclude unchanged records from the collection being cons... |
| 5193fe9 |
2010-01-08 |
Exclude unchanged records from the collection being cons... |
| 0706bdc |
2010-05-15 |
docs + test for each_error |
| 29c5985 |
2009-07-08 |
Use the i18n gem if present instead of vendor code. [#28... |
| 579250e |
2009-07-08 |
Use the i18n gem if present instead of vendor code. [#28... |
| da63539 |
2009-07-07 |
Ruby 1.9 style String interpolation support for lower ru... |
| 77f7d98 |
2009-03-07 |
submit_tag with confirmation and disable_with [#660 stat... |
| 5339f81 |
2009-01-13 |
Change Object#try to raise NoMethodError on private meth... |
| 7659fb6 |
2008-10-04 |
Try reloading model on class mismatch [#229 state:resolved] |
| 40dbebb |
2008-07-17 |
Allow deep merging of hash values for nested with_option... |
| c2036ad |
2008-05-22 |
Show rails version when the server starts. [#235 state:r... |
| 902533e |
2007-10-22 |
Reinstate test_change_column_nullability for all adapter... |
| e829e12 |
2007-10-22 |
test_select_rows shouldn't depend on implicit result ord... |
| 210f7e2 |
2007-10-19 |
Move all Schema creation into schema.rb for Mysql. Close... |
| 2fac5d1 |
2007-10-18 |
SQL Server: test for affected row count. References #955... |
| 2833706 |
2007-10-17 |
Read in binary mode to make sure windows support keeps w... |
| 8ed1e88 |
2007-10-17 |
Use a smaller binary fixture so we don't overflow column... |
| e7ed4c9 |
2007-10-16 |
Fix join table docs error in schema_statements. Closes #... |
| 660a696 |
2007-10-15 |
Test that change_column quotes column names. Closes #953... |
| 6cc7095 |
2007-10-15 |
Update IGNORED_SQL for SQL Server. Closes #9638 [lawrence] |
| 5d3e724 |
2007-10-15 |
Add build/drop/rebuild tasks for SQL Server. Closes #958... |
| 5e8d8ea |
2007-09-22 |
Import the right database for testing (closes #9589) [la... |