| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz] | Michael Koziarski | 2007-09-17 | 3 | -3/+23 |
* | Speed up and simplify query caching. | Jeremy Kemper | 2007-09-17 | 14 | -232/+212 |
* | connection.select_rows 'sql' returns an array (rows) of arrays (field values)... | Jeremy Kemper | 2007-09-16 | 8 | -9/+91 |
* | Typo | Jeremy Kemper | 2007-09-16 | 1 | -1/+1 |
* | Eager loading respects explicit :joins. Closes #9496. | Jeremy Kemper | 2007-09-15 | 3 | -1/+8 |
* | Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9... | Jeremy Kemper | 2007-09-15 | 4 | -2050/+2 |
* | RubyGem database adapters: expects a gem named activerecord-<database>-adapte... | Jeremy Kemper | 2007-09-15 | 2 | -3/+21 |
* | Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob... | David Heinemeier Hansson | 2007-09-15 | 1 | -0/+2 |
* | Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti... | David Heinemeier Hansson | 2007-09-15 | 3 | -1/+8 |
* | Fix association writer with :dependent => :nullify. Closes #7314. | Jeremy Kemper | 2007-09-14 | 3 | -8/+18 |
* | Deprecation: removed Reloadable. | Jeremy Kemper | 2007-09-14 | 2 | -8/+2 |
* | OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748. | Jeremy Kemper | 2007-09-13 | 6 | -157/+302 |
* | minor speedups + forward-compat syntax | Jeremy Kemper | 2007-09-13 | 6 | -19/+24 |
* | minor speedup | Jeremy Kemper | 2007-09-13 | 1 | -2/+2 |
* | Kill lingering acts | Jeremy Kemper | 2007-09-11 | 2 | -4/+1 |
* | Remove empty acts | Jeremy Kemper | 2007-09-11 | 2 | -0/+0 |
* | Moved acts_as_tree into a plugin of the same name on the official Rails svn (... | David Heinemeier Hansson | 2007-09-11 | 7 | -362/+9 |
* | Moved acts_as_nested_set into a plugin of the same name on the official Rails... | David Heinemeier Hansson | 2007-09-11 | 6 | -430/+30 |
* | Remove broken require | Michael Koziarski | 2007-09-10 | 1 | -1/+0 |
* | Remove acts_as_list. Users are advised to install the new plugin. Reference... | Michael Koziarski | 2007-09-10 | 6 | -571/+4 |
* | Remove the wrapping feature that was never actually turned into something rea... | David Heinemeier Hansson | 2007-09-09 | 2 | -73/+0 |
* | Removed outdated benchmarks and examples | David Heinemeier Hansson | 2007-09-09 | 6 | -233/+1 |
* | Update copyright span | David Heinemeier Hansson | 2007-09-09 | 2 | -2/+2 |
* | Match Fixnum and Float in particular. Rescue dup error and return result. | Jeremy Kemper | 2007-09-08 | 1 | -4/+5 |
* | Explicitly require active_record/query_cache before using it. | Jeremy Kemper | 2007-09-08 | 4 | -3/+6 |
* | Add credit where due. References #8446 | Michael Koziarski | 2007-09-05 | 1 | -1/+1 |
* | Fix assertion for the mysql default work around committed earlier. | Michael Koziarski | 2007-09-05 | 1 | -1/+5 |
* | Add :allow_blank to validations. Like allow_nil, but for values which are +bl... | Michael Koziarski | 2007-09-05 | 2 | -1/+26 |
* | Fix bug where unserializing an attribute attempts to modify a frozen @attribu... | Rick Olson | 2007-09-04 | 3 | -1/+12 |
* | Work around mysql limitations for defaults on text columns with not null. Cl... | Michael Koziarski | 2007-09-04 | 3 | -2/+3 |
* | Remove deprecated functionality from edge rails. Closes #9387 [lifofifo] | Michael Koziarski | 2007-09-03 | 8 | -381/+7 |
* | Ensure QueryCache doesn't try to dup numeric results (does not affect the maj... | Michael Koziarski | 2007-09-02 | 2 | -6/+13 |
* | Performance: absorb instantiate and initialize_with_callbacks into the Base m... | Jeremy Kemper | 2007-08-31 | 3 | -34/+17 |
* | Remove commented out test which refers to old code, old bugs and uses ObjectS... | Michael Koziarski | 2007-08-29 | 1 | -22/+0 |
* | Formatting, grammar and spelling fixes for the associations documentation. [s... | Michael Koziarski | 2007-08-28 | 8 | -226/+226 |
* | Fix documentation error in xml serialization. [matt] Closes #9001 | Michael Koziarski | 2007-08-28 | 1 | -1/+1 |
* | Formatting and grammatical fixes for the acts_as_* documentation [seanhussey,... | Michael Koziarski | 2007-08-28 | 3 | -30/+30 |
* | Pass the right binding when string is passed to :if with validations. [casper... | Michael Koziarski | 2007-08-28 | 2 | -1/+23 |
* | Use extract_options instead of ad-hoc partial implementations. [norbert] Clos... | Michael Koziarski | 2007-08-28 | 1 | -11/+12 |
* | Remove unnecessary loop in validates_presence_of. [sur] Closes #9392 | Michael Koziarski | 2007-08-28 | 1 | -7/+5 |
* | Make sure create! raises errors on validation when creating multiple records.... | Michael Koziarski | 2007-08-28 | 2 | -1/+7 |
* | Fix spacing | David Heinemeier Hansson | 2007-08-21 | 2 | -2/+2 |
* | Fixed that eager loading queries and with_scope should respect the :group opt... | David Heinemeier Hansson | 2007-08-21 | 3 | -8/+17 |
* | Fixed that eager loading queries should respect the :group option as well [DHH] | David Heinemeier Hansson | 2007-08-21 | 2 | -1/+6 |
* | Improve performance and functionality of the postgresql adapter. Closes #804... | Michael Koziarski | 2007-08-16 | 7 | -213/+660 |
* | Don't clobber :includes passed to count on has_many association. Closes #9175... | Michael Koziarski | 2007-08-16 | 3 | -1/+9 |
* | Make sure has_many associations honour :include when counting. Closes #9167 [... | Michael Koziarski | 2007-08-16 | 4 | -1/+11 |
* | Add forgotten changelog entry | Michael Koziarski | 2007-08-14 | 1 | -0/+7 |
* | Change the implementation of ActiveRecord's attribute reader and writer methods: | Michael Koziarski | 2007-08-14 | 6 | -243/+249 |
* | Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko] | Michael Koziarski | 2007-08-07 | 3 | -1/+15 |