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
/
lib
/
active_record
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-2
/
+4
*
Association validation does not belong in a before_save callback: move it int...
Jeremy Kemper
2005-10-02
3
-44
/
+47
*
Get rid of old symbolize_strings_in_hash.
Jeremy Kemper
2005-09-30
3
-18
/
+9
*
Ticket #2282 - fix parsing of timestamps with time zone
Jeremy Kemper
2005-09-30
1
-1
/
+3
*
No need to string.to_s right after checking that string.is_a?(String)
Jeremy Kemper
2005-09-30
1
-3
/
+3
*
Fix broken testcase for transactions
Nicholas Seckar
2005-09-29
1
-6
/
+10
*
Fix transactions so that calling return while inside a transaction will not l...
Nicholas Seckar
2005-09-28
1
-4
/
+7
*
Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...
Marcel Molina
2005-09-28
1
-2
/
+2
*
Ticket #2156 - Use foreign_key inflection uniformly
Jeremy Kemper
2005-09-28
1
-2
/
+2
*
r3653@asus: jeremy | 2005-09-28 00:23:49 -0700
Jeremy Kemper
2005-09-28
2
-2
/
+10
*
Returning false in before_destroy should cancel action. Closes #1829.
Scott Barron
2005-09-28
1
-2
/
+2
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250
Marcel Molina
2005-09-27
6
-38
/
+210
*
Oops, swapped order of params to COALESCE! Upcoming patch has test cases.
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
Fix serialization problem with YAML in 1.8.3
Scott Barron
2005-09-27
1
-14
/
+1
*
r3613@asus: jeremy | 2005-09-26 22:25:04 -0700
Jeremy Kemper
2005-09-27
1
-2
/
+2
*
r3604@asus: jeremy | 2005-09-26 19:10:42 -0700
Jeremy Kemper
2005-09-26
1
-20
/
+29
*
Make update_attribute use the same writer method that update_attributes uses.
Marcel Molina
2005-09-26
2
-2
/
+2
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
2
-5
/
+16
*
r3597@asus: jeremy | 2005-09-26 17:39:23 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+5
*
r3590@asus: jeremy | 2005-09-26 17:00:53 -0700
Jeremy Kemper
2005-09-26
1
-7
/
+43
*
r3569@asus: jeremy | 2005-09-26 05:33:09 -0700
Jeremy Kemper
2005-09-26
1
-6
/
+6
*
Get rid of warnings generated by calling obsolete .to_a method on a Symbol
Marcel Molina
2005-09-26
1
-4
/
+4
*
Remove duplicate 'quote_column_name' definition
Jamis Buck
2005-09-25
1
-5
/
+1
*
Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...
David Heinemeier Hansson
2005-09-25
11
-710
/
+792
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
3
-7
/
+33
*
Fix migrations with PG 7.x.
Scott Barron
2005-09-25
1
-0
/
+13
*
Okay, you can have an extra space
David Heinemeier Hansson
2005-09-25
1
-0
/
+1
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-3
/
+1
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-6
/
+5
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-1
/
+32
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
2
-2
/
+2
*
Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...
David Heinemeier Hansson
2005-09-24
3
-10
/
+15
*
Just include activerecord/schema with AR so it doesnt need to be dumped
David Heinemeier Hansson
2005-09-24
2
-8
/
+1
*
Make the sqlite adapter preserve not-null constraints and index names when al...
Jamis Buck
2005-09-24
1
-3
/
+12
*
Allow the postgresql adapter to work with the SchemaDumper.
Jamis Buck
2005-09-23
1
-4
/
+48
*
Post the postgresql adapter (and hopefully other adapters) pass all tests
Jamis Buck
2005-09-23
2
-4
/
+10
*
Make sqlite adapter pass all tests
Jamis Buck
2005-09-23
1
-3
/
+9
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
5
-24
/
+197
*
Fixed migrations for Windows when using more than 10 [David Naseby]
David Heinemeier Hansson
2005-09-21
1
-2
/
+4
*
Fixed that the create_x method from belongs_to wouldn't save the association ...
David Heinemeier Hansson
2005-09-20
1
-2
/
+2
*
Fixed saving a record with two unsaved belongs_to associations pointing to th...
Jamis Buck
2005-09-20
2
-5
/
+12
*
Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...
David Heinemeier Hansson
2005-09-20
1
-0
/
+4
*
Improved migrations' behavior when the schema_info table is empty.
Nicholas Seckar
2005-09-20
1
-1
/
+1
*
Fixed that Observers didn't observe sub-classes #627 [Florian Weber]
David Heinemeier Hansson
2005-09-19
1
-1
/
+3
*
Fix eager loading error messages, allow :include to specify tables using stri...
Nicholas Seckar
2005-09-18
1
-2
/
+3
*
Fixed various problems with has_and_belongs_to_many when using customer finde...
David Heinemeier Hansson
2005-09-13
1
-6
/
+5
*
Added dump of schema version to the db_structure_dump task for databases that...
David Heinemeier Hansson
2005-09-12
2
-2
/
+12
*
Rolled back broken #1814
David Heinemeier Hansson
2005-09-11
2
-12
/
+1
*
Refactored to a more readble form #1813
David Heinemeier Hansson
2005-09-11
2
-4
/
+2
[prev]
[next]