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
/
schema
/
schema.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure that primary_keys of HABTM records is not double quoted
Neeraj Singh
2010-07-20
1
-0
/
+13
*
string IDs are now quoted correctly [#5064 state:resolved]
Will St. Clair + Neeraj Singh
2010-07-13
1
-0
/
+17
*
reset_counter should work with non-traditional belongs_to and polymorphic bel...
Neeraj Singh
2010-07-08
1
-0
/
+13
*
adding column named 'group' to ensure that nothing breaks given that 'group' ...
Neeraj Singh
2010-06-23
1
-0
/
+1
*
Support fixtures for namespaced models [#2965 state:resolved]
Andrew White
2010-04-25
1
-0
/
+9
*
Refactor compute_type to handle situations where the correct class is already...
Andrew White
2010-04-12
1
-0
/
+14
*
Add failing test that triggers the stack overflow
Bryan Stearns
2010-01-08
1
-0
/
+10
*
Add inverse polymorphic association support. [#3520 state:resolved]
George Ogata
2009-12-28
1
-0
/
+4
*
Revert "Revert "Assert primary key does not exist in habtm when the associati...
Jeremy Kemper
2009-11-23
1
-1
/
+1
*
Fix has_one with foreign_key and primary_key association bug which caused the...
Graeme Porteous
2009-09-12
1
-0
/
+1
*
Revert "Assert primary key does not exist in habtm when the association is de...
Jeremy Kemper
2009-09-02
1
-1
/
+1
*
Assert primary key does not exist in habtm when the association is defined, i...
José Valim
2009-09-01
1
-1
/
+1
*
has_many :through create should not raise validation errors
railsbob
2009-08-09
1
-0
/
+4
*
fix schema_dumper_test for Oracle as it supports precision up to 38
Raimonds Simanovskis
2009-08-06
1
-1
/
+6
*
added additional objects necessary for OracleAdapter specific tests
Raimonds Simanovskis
2009-08-06
1
-3
/
+21
*
Add simple support for ActiveModel's StateMachine for ActiveRecord
Joshua Peek
2009-08-04
1
-0
/
+7
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-0
/
+7
*
Ensure hm:t#create respects source associations hash conditions [#2090 state:...
mattbauer
2009-06-21
1
-0
/
+1
*
Schema dumper now records scale 0 decimal columns as decimal not integer.
Giles Alexander
2009-06-01
1
-0
/
+1
*
Fixed limited eager loading associations with numbers in the name [#2668 stat...
Benjamin Floering
2009-05-18
1
-0
/
+1
*
replace the aaa_create_tables_test hack with loading test database schema in ...
Mislav Marohnić
2009-05-17
1
-1
/
+4
*
Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"
Jeremy Kemper
2009-05-11
1
-2
/
+1
*
Allow you to pass :all_blank to :reject_if option to automatically create a P...
Mike Breen
2009-05-10
1
-0
/
+1
*
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
1
-0
/
+20
*
Fixed bug with polymorphic has_one :as pointing to an STI record
Ruy Asan
2009-05-01
1
-1
/
+2
*
Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...
Max Lapshin
2009-04-21
1
-0
/
+2
*
Quote table names when casting to regclass so that capitalized tables are sup...
Scott Woods
2009-04-21
1
-0
/
+4
*
Added :touch option to belongs_to associations that will touch the parent rec...
David Heinemeier Hansson
2009-04-16
1
-0
/
+2
*
Ensure has_many :through works with changed primary keys [#736 state:resolved]
Jim Remsik and Tim Pope
2009-03-09
1
-0
/
+5
*
Ensure validates_uniqueness_of considers limit on the field. [#1042 state:res...
Arthur Klepchukov
2009-03-07
1
-0
/
+4
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+11
*
Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id...
Jacob Dunphy
2009-01-29
1
-0
/
+5
*
Fix dirty handling of nullable non-integer numeric columns [#1692 state:resol...
Carlos Kozuszko
2009-01-16
1
-0
/
+1
*
Preload uses exclusive scope [#643 state:resolved]
Frederick Cheung
2008-12-26
1
-2
/
+4
*
Fix preloading of has_one :through associations on belongs_to [#1507 state:re...
Matt Jones
2008-12-18
1
-0
/
+5
*
fix assignment to has_one :through associations.
Matt Jones
2008-11-15
1
-0
/
+10
*
coerce blank strings to nil values for boolean and integer fields
Josh Susser
2008-08-22
1
-1
/
+1
*
update_counters should update nil values.
miloops
2008-07-15
1
-0
/
+1
*
Add has_many :primary_key option to allow setting the primary key on a has ma...
Andre Arko
2008-07-06
1
-0
/
+1
*
Always treat integer :limit as byte length. [#420 state:resolved]
Tarmo Tänav
2008-06-22
1
-0
/
+7
*
Fix validates_uniqueness_of for SQL keywords [#23 state:resolved]
Alex MacCaw
2008-05-11
1
-0
/
+4
*
Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...
David Heinemeier Hansson
2008-04-30
1
-0
/
+5
*
Fixed that pessimistic locking you reference the quoted table name (Josh Suss...
David Heinemeier Hansson
2008-04-30
1
-0
/
+1
*
Ensure table names are quoted by the association preloading code.
Frederick Cheung
2008-04-26
1
-0
/
+11
*
Use schema.rb for all databases
Frederick Cheung
2008-04-22
1
-301
/
+274
*
Fix schema.rb some more. sponsors.sponsorable_type should be a string. Refere...
Jeremy Kemper
2008-03-21
1
-1
/
+1
*
Fix schema.rb. Please to be testing on more than just MySQL! References #9067.
Jeremy Kemper
2008-03-21
1
-24
/
+24
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
1
-0
/
+21
*
Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...
Michael Koziarski
2008-03-02
1
-0
/
+11
*
Move the eager load nested include tables into schema.rb and use delete_all i...
Michael Koziarski
2008-02-20
1
-0
/
+19
[prev]
[next]