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
...
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
7
-3
/
+216
*
Moving SQL Server tests to the extracted adapter. References #9884.
Jeremy Kemper
2007-10-16
7
-339
/
+7
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
1
-0
/
+1
*
Test that change_column quotes column names. Closes #9537 [lawrence]
Jeremy Kemper
2007-10-15
1
-1
/
+13
*
Uncomment test for join model method_missing. Closes #8707 [Giles Bowkett, Jo...
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Update test/all.sh
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Update IGNORED_SQL for SQL Server. Closes #9638 [lawrence]
Jeremy Kemper
2007-10-15
1
-1
/
+1
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
1
-1
/
+1
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
2
-0
/
+17
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
3
-0
/
+19
*
Make sure AR::Base#clone handles attr changes made in after_initialize hooks....
Michael Koziarski
2007-10-08
2
-1
/
+11
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
2
-1
/
+8
*
MySQL: fix change_column on not-null columns that don't accept dfeault values...
Jeremy Kemper
2007-10-08
1
-0
/
+10
*
validates_uniqueness_of behaves well with single-table inheritance. Closes #3...
Jeremy Kemper
2007-10-08
1
-0
/
+27
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
1
-0
/
+18
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
1
-1
/
+2
*
Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...
Michael Koziarski
2007-10-07
1
-1
/
+15
*
Missed the add
Michael Koziarski
2007-10-06
2
-0
/
+4
*
Send the correct INSERT statement when dealing with objects with only primary...
Michael Koziarski
2007-10-06
19
-2
/
+74
*
Only cache attributes which need it for performance reasons. Closes #9767 [sk...
Michael Koziarski
2007-10-06
1
-0
/
+51
*
Test for each JSON fragment to workaround assumed hash ordering.
Jeremy Kemper
2007-10-06
1
-1
/
+4
*
Simplify some JSON tests
Jeremy Kemper
2007-10-06
1
-4
/
+4
*
Fix that ActiveRecord would create attribute methods and override custom attr...
Rick Olson
2007-10-06
1
-1
/
+38
*
Don't call attr_readonly on polymorphic belongs_to associations, in case it m...
Rick Olson
2007-10-05
1
-0
/
+4
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
1
-1
/
+35
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-3
/
+2
*
Fixed JSON encoding to use quoted keys according to the JSON standard (closes...
David Heinemeier Hansson
2007-09-30
1
-5
/
+0
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
2
-13
/
+47
*
Make size for has_many :through use counter cache if it exists. Closes #9734...
Rick Olson
2007-09-30
1
-0
/
+9
*
Failing counter cache test. References #6896.
Jeremy Kemper
2007-09-28
1
-0
/
+18
*
Missing test
David Heinemeier Hansson
2007-09-28
1
-0
/
+148
*
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
[prev]
[next]