index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixtures test fixes and general cleanup. Closes #9682 [norbert]
Jeremy Kemper
2007-09-28
2
-33
/
+22
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
6
-7
/
+7
*
Added fixture caching thatll speed up a normal fixture-powered test suite bet...
David Heinemeier Hansson
2007-09-28
2
-0
/
+32
*
Correctly quote id list for limited eager loading. Closes #7482.
Jeremy Kemper
2007-09-22
1
-0
/
+1
*
Fix broken mysql test [frederick.cheung@gmail.com]
Michael Koziarski
2007-09-22
1
-0
/
+1
*
Fixed rename_column for SQLite when using symbols for the column names (close...
David Heinemeier Hansson
2007-09-22
1
-1
/
+10
*
Make date tests pass on 64-bit (closes #9121) [mutru]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
3
-29
/
+64
*
Stop users from calling .create on a has_many / habtm association when the ow...
Michael Koziarski
2007-09-18
2
-4
/
+24
*
Define dynamic finders as real methods after first usage. Close #9317
Tobias Lütke
2007-09-18
1
-0
/
+41
*
Associations macros accept extension blocks alongside modules. Closes #9346.
Jeremy Kemper
2007-09-17
2
-1
/
+16
*
Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]
Michael Koziarski
2007-09-17
2
-0
/
+13
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-57
/
+39
*
connection.select_rows 'sql' returns an array (rows) of arrays (field values)...
Jeremy Kemper
2007-09-16
1
-0
/
+10
*
Eager loading respects explicit :joins. Closes #9496.
Jeremy Kemper
2007-09-15
1
-0
/
+5
*
Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti...
David Heinemeier Hansson
2007-09-15
1
-0
/
+4
*
Fix association writer with :dependent => :nullify. Closes #7314.
Jeremy Kemper
2007-09-14
1
-0
/
+5
*
OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.
Jeremy Kemper
2007-09-13
4
-38
/
+71
*
minor speedups + forward-compat syntax
Jeremy Kemper
2007-09-13
1
-0
/
+0
*
Kill lingering acts
Jeremy Kemper
2007-09-11
2
-4
/
+1
*
Moved acts_as_tree into a plugin of the same name on the official Rails svn (...
David Heinemeier Hansson
2007-09-11
4
-264
/
+7
*
Moved acts_as_nested_set into a plugin of the same name on the official Rails...
David Heinemeier Hansson
2007-09-11
3
-215
/
+28
*
Remove acts_as_list. Users are advised to install the new plugin. Reference...
Michael Koziarski
2007-09-10
3
-317
/
+0
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
1
-1
/
+3
*
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
1
-0
/
+18
*
Fix bug where unserializing an attribute attempts to modify a frozen @attribu...
Rick Olson
2007-09-04
1
-0
/
+9
*
Work around mysql limitations for defaults on text columns with not null. Cl...
Michael Koziarski
2007-09-04
2
-2
/
+2
*
Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]
Michael Koziarski
2007-09-03
5
-219
/
+2
*
Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...
Michael Koziarski
2007-09-02
1
-1
/
+7
*
Remove commented out test which refers to old code, old bugs and uses ObjectS...
Michael Koziarski
2007-08-29
1
-22
/
+0
*
Pass the right binding when string is passed to :if with validations. [casper...
Michael Koziarski
2007-08-28
1
-0
/
+22
*
Make sure create! raises errors on validation when creating multiple records....
Michael Koziarski
2007-08-28
1
-0
/
+6
*
Improve performance and functionality of the postgresql adapter. Closes #804...
Michael Koziarski
2007-08-16
4
-34
/
+234
*
Don't clobber :includes passed to count on has_many association. Closes #9175...
Michael Koziarski
2007-08-16
1
-0
/
+6
*
Make sure has_many associations honour :include when counting. Closes #9167 [...
Michael Koziarski
2007-08-16
2
-0
/
+8
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
3
-29
/
+10
*
Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]
Michael Koziarski
2007-08-07
2
-0
/
+13
*
Let inspect on AR classes work when the table doesn't exist. Closes #9194 [ta...
Michael Koziarski
2007-08-06
1
-0
/
+4
*
dont call #collect on a string when returning query cache results. Closes #9...
Rick Olson
2007-07-25
1
-0
/
+6
*
Perform a deep #dup on query cache results so that modifying activerecord att...
Rick Olson
2007-07-25
1
-18
/
+19
*
Ensure that has_many :through associations use a count query instead of loadi...
Rick Olson
2007-07-25
1
-0
/
+6
*
Added :unless clause to validations (closes #8003) [monki]
David Heinemeier Hansson
2007-07-24
1
-6
/
+59
*
Fix #count on a has_many :through association so that it recognizes the :uniq...
Rick Olson
2007-07-20
1
-1
/
+10
*
Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]
Rick Olson
2007-07-17
1
-2
/
+10
*
Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...
Rick Olson
2007-07-16
3
-12
/
+3
*
Change belongs_to so that the foreign_key assumption is taken from the associ...
Rick Olson
2007-07-16
2
-7
/
+9
*
Remove spurious tests from deprecated_associations_test, most of these aren't...
Michael Koziarski
2007-07-15
1
-220
/
+2
*
Make create! on a has_many :through association return the association objec...
Michael Koziarski
2007-07-11
1
-1
/
+1
*
Support for non heterogeneous arrays when serializing to xml. Unless guessabl...
Tobias Lütke
2007-07-09
1
-2
/
+17
[prev]
[next]