| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | attr_protected and _accessible use sets of strings instead of arrays of symbo... | Jeremy Kemper | 2007-11-28 | 1 | -4/+4 |
* | attr_readonly uses a set of strings instead of an array of symbols internally... | Jeremy Kemper | 2007-11-28 | 1 | -2/+2 |
* | Foxy fixtures: support single-table inheritance. Closes #10234. | Jeremy Kemper | 2007-11-26 | 1 | -1/+13 |
* | Foxy fixtures: allow mixed usage to make migration easier and more attractive... | Jeremy Kemper | 2007-11-26 | 1 | -11/+18 |
* | Make the record_timestamps class-inheritable so it can be set per model. Refe... | Jeremy Kemper | 2007-11-26 | 1 | -1/+1 |
* | Allow validates_acceptance_of to use a real attribute instead of only virtual... | David Heinemeier Hansson | 2007-11-25 | 1 | -3/+3 |
* | Docfix (closes #10252) | David Heinemeier Hansson | 2007-11-25 | 1 | -1/+1 |
* | Fixed that create table with :id => false and fixtures don't play nice togeth... | David Heinemeier Hansson | 2007-11-25 | 1 | -2/+6 |
* | Honor Ruby's default calendar reform setting when creating DateTime objects v... | Geoff Buesing | 2007-11-24 | 1 | -2/+1 |
* | PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,... | Jeremy Kemper | 2007-11-22 | 1 | -2/+2 |
* | Dynamic finders on association collections respect association :limit. Closes... | Jeremy Kemper | 2007-11-21 | 3 | -3/+8 |
* | Make Dynamic Finders on Association Collections Respect Association :order [p... | Michael Koziarski | 2007-11-21 | 3 | -3/+4 |
* | validates_inclusion_of and validates_exclusion_of allow formatted :message st... | Jeremy Kemper | 2007-11-20 | 1 | -4/+6 |
* | Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j... | Michael Koziarski | 2007-11-20 | 1 | -0/+35 |
* | Use debug, not info as log_info will discard the information if info is used. | Michael Koziarski | 2007-11-17 | 1 | -1/+1 |
* | attr_readonly behaves well with optimistic locking. Closes #10188. | Jeremy Kemper | 2007-11-16 | 1 | -1/+1 |
* | Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268. | Jeremy Kemper | 2007-11-14 | 1 | -0/+4 |
* | Change plings to the more conventional quotes in the documentation. Closes #1... | Marcel Molina | 2007-11-12 | 1 | -1/+1 |
* | Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim] | Michael Koziarski | 2007-11-11 | 1 | -3/+3 |
* | Fix HasManyThrough Association so it uses :conditions on the HasMany Associat... | Rick Olson | 2007-11-11 | 1 | -1/+2 |
* | Ensure that column names are quoted. Closes #10134 [wesley.moxam] | Michael Koziarski | 2007-11-10 | 1 | -31/+48 |
* | Set the record straight on the purpose and utility of db/schema.rb | David Heinemeier Hansson | 2007-11-09 | 1 | -2/+9 |
* | Prepare versions for RC1 | David Heinemeier Hansson | 2007-11-09 | 1 | -2/+2 |
* | Kill the whiny_protected_attributes setting and kill the exception raised. In... | David Heinemeier Hansson | 2007-11-09 | 1 | -13/+1 |
* | Removed unused code (closes #9906) | David Heinemeier Hansson | 2007-11-09 | 1 | -4/+0 |
* | Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva] | Marcel Molina | 2007-11-08 | 17 | -96/+107 |
* | Address shortcomings of changeset [8054] [protocool] | David Heinemeier Hansson | 2007-11-07 | 3 | -119/+40 |
* | Enhance explanation with more examples for attr_accessible macro. Closes #809... | Marcel Molina | 2007-11-06 | 1 | -12/+19 |
* | Standardize on using hyphens rather than colons to separate option names from... | Marcel Molina | 2007-11-06 | 2 | -11/+11 |
* | Update association/method mapping table to refected latest collection methods... | Marcel Molina | 2007-11-06 | 1 | -6/+6 |
* | Make transaction documentation example more realistic | Marcel Molina | 2007-11-06 | 1 | -2/+2 |
* | Explain semantics of having several different AR instances in a transaction b... | Marcel Molina | 2007-11-06 | 1 | -0/+13 |
* | Add missing file for revision #8090 | Marcel Molina | 2007-11-06 | 1 | -1/+1 |
* | Update Schema documentation to use updated sexy migration notation. Closes #1... | Marcel Molina | 2007-11-06 | 1 | -5/+5 |
* | Use the safe conversion code introduced in earlier commit. References #10068... | Michael Koziarski | 2007-11-05 | 1 | -1/+1 |
* | Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593 | Michael Koziarski | 2007-10-31 | 1 | -2/+2 |
* | Make fixtures work with the new test subclasses. [tarmo, Koz] | Michael Koziarski | 2007-10-31 | 1 | -6/+6 |
* | Introduce finder :joins with associations. Same :include syntax but with inne... | Jeremy Kemper | 2007-10-29 | 3 | -22/+134 |
* | Associations: speedup duplicate record check. Closes #10011. | Jeremy Kemper | 2007-10-29 | 1 | -1/+28 |
* | Make sure that << works on has_many associations on unsaved records. Closes ... | Michael Koziarski | 2007-10-28 | 1 | -0/+1 |
* | Allow association redefinition in subclasses. Closes #9346. | Jeremy Kemper | 2007-10-27 | 1 | -2/+4 |
* | Fix has_many :through delete with custom foreign keys. Closes #6466. | Jeremy Kemper | 2007-10-27 | 2 | -8/+20 |
* | Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981. | Jeremy Kemper | 2007-10-26 | 4 | -15/+322 |
* | Add docs explaining how to protect all attributes using attr_accessible with ... | Marcel Molina | 2007-10-26 | 1 | -1/+17 |
* | Update add_index documentation to use new options api. Closes #9787 [kamal] | Marcel Molina | 2007-10-26 | 1 | -1/+2 |
* | Allow find on a has_many association defined with :finder_sql to accept id ar... | Marcel Molina | 2007-10-26 | 1 | -1/+1 |
* | Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t... | Marcel Molina | 2007-10-26 | 1 | -1/+1 |
* | Remove superfluous code and quote table name. References #9971 [jkit, nzkoz] | Michael Koziarski | 2007-10-25 | 1 | -2/+1 |
* | Make clear_reloadable_connections! take account of @@allow_concurrency. Clos... | Michael Koziarski | 2007-10-25 | 1 | -4/+17 |
* | Make sure that the Schema Dumper supports non-standard primary keys with MySQ... | Michael Koziarski | 2007-10-25 | 1 | -0/+10 |