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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
15
-46
/
+283
*
Fix join table docs error in schema_statements. Closes #9880 [lawrence]
Jeremy Kemper
2007-10-16
1
-1
/
+1
*
Moving SQL Server tests to the extracted adapter. References #9884.
Jeremy Kemper
2007-10-16
8
-340
/
+8
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
3
-0
/
+4
*
Revert [7894] and apply to adapter instead. References #9588.
Jeremy Kemper
2007-10-15
1
-31
/
+0
*
Test that change_column quotes column names. Closes #9537 [lawrence]
Jeremy Kemper
2007-10-15
1
-1
/
+13
*
Factor out checks for duplicable objects. Closes #9333.
Jeremy Kemper
2007-10-15
2
-12
/
+3
*
Fix Json related documentation for render and the AR serializer. Closes #9814...
Michael Koziarski
2007-10-15
1
-0
/
+53
*
Remove seemingly misleading 'faster tests' instructions too
Michael Koziarski
2007-10-15
1
-11
/
+0
*
Update the instructions for running tests.
Michael Koziarski
2007-10-15
1
-23
/
+3
*
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
*
Add build/drop/rebuild tasks for SQL Server. Closes #9588 [lawrence]
Jeremy Kemper
2007-10-15
1
-2
/
+33
*
Add explicit test task
Jeremy Kemper
2007-10-15
1
-3
/
+4
*
Add notes to documentation regarding attr_readonly behavior with counter cach...
Rick Olson
2007-10-14
2
-0
/
+5
*
Observers can observe model names as symbols properly now. Closes #9869 [qu...
Rick Olson
2007-10-14
3
-2
/
+5
*
Update versions here too
David Heinemeier Hansson
2007-10-12
2
-2
/
+2
*
eval with __FILE__ and __LINE__
Jeremy Kemper
2007-10-10
2
-6
/
+6
*
find_and_(initialize|create)_by methods can now properly initialize protected...
Tobias Lütke
2007-10-10
4
-7
/
+35
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
4
-6
/
+28
*
Update :dependent docs and improve its argument error message.
Jeremy Kemper
2007-10-09
1
-34
/
+32
*
belongs_to infers the foreign key from the association name instead of from t...
Jeremy Kemper
2007-10-08
2
-1
/
+3
*
Make sure AR::Base#clone handles attr changes made in after_initialize hooks....
Michael Koziarski
2007-10-08
3
-4
/
+14
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
4
-15
/
+24
*
Dr Math meets Captain Obvious.
Jeremy Kemper
2007-10-08
1
-1
/
+1
*
Namespace the internal Rakefile tasks. Closes #8850 [drnic]
Jeremy Kemper
2007-10-08
1
-63
/
+87
*
MySQL: fix change_column on not-null columns that don't accept dfeault values...
Jeremy Kemper
2007-10-08
3
-2
/
+14
*
Change Migration documentation to use the new syntax. Closes #9813 [sjgman9]
Michael Koziarski
2007-10-08
1
-5
/
+5
*
validates_uniqueness_of behaves well with single-table inheritance. Closes #3...
Jeremy Kemper
2007-10-08
3
-2
/
+34
*
Use fast date/time parsing by default. Closes #9811.
Jeremy Kemper
2007-10-07
3
-35
/
+34
*
Closed wrong ticket. Closes #9802, reopens #9699.
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
Raise ProtectedAttributeAssignmentError in development and test environments ...
Jeremy Kemper
2007-10-07
3
-14
/
+54
*
Reinstate failsafe date/time parsing rescues. Head off some obvious failures ...
Jeremy Kemper
2007-10-07
2
-22
/
+29
*
MySQL: speedup date/time parsing.
Jeremy Kemper
2007-10-07
3
-58
/
+96
*
Check for the dir instead of relying on an exception.
Jeremy Kemper
2007-10-07
1
-5
/
+7
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
3
-2
/
+5
*
Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...
Michael Koziarski
2007-10-07
3
-18
/
+29
*
Move misplaced CHANGELOG entry
Jeremy Kemper
2007-10-06
1
-2
/
+0
*
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
22
-8
/
+94
*
Only cache attributes which need it for performance reasons. Closes #9767 [sk...
Michael Koziarski
2007-10-06
2
-1
/
+75
*
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
4
-15
/
+54
*
Don't call attr_readonly on polymorphic belongs_to associations, in case it m...
Rick Olson
2007-10-05
3
-1
/
+7
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
2
-2
/
+2
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
2
-2
/
+36
*
Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...
Jeremy Kemper
2007-10-04
2
-8
/
+8
*
only create custom accessors for Kernel:: methods
Tobias Lütke
2007-10-03
1
-11
/
+4
[prev]
[next]