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
Commit message (
Expand
)
Author
Age
Files
Lines
*
A few schema changes for the SQL Server adapter.
Ken Collins
2010-09-03
1
-3
/
+3
*
While creating a new record using has_many create method default scope of chi...
Neeraj Singh
2010-08-19
1
-0
/
+5
*
Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]
Jeff Lawson
2010-08-17
1
-0
/
+11
*
Both tests are using the same model, move the model to another file and add t...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
2
-4
/
+4
*
Ensure we can nest include calls [#5285 state:resolved]
Neeraj Singh
2010-08-12
1
-0
/
+4
*
Merge branch 'master' into mysql2
Brian Lopez
2010-08-02
1
-0
/
+15
|
\
|
*
Eager loading an association should not change the count of children
Neeraj Singh
2010-08-02
1
-0
/
+13
|
*
added failing touch propagation test
Jakub Kuźma
2010-08-02
1
-0
/
+2
*
|
update tests for mysql2 support
Brian Lopez
2010-08-02
1
-0
/
+24
|
/
*
update_attribute should not update readonly attributes
Neeraj Singh
2010-07-21
1
-0
/
+1
*
Timestamp columns of HABTM join table should record timestamps
Neeraj Singh
2010-07-21
1
-0
/
+2
*
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
*
PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...
Jack Christensen
2010-01-25
1
-1
/
+8
*
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
*
Enable use of MySQL stored procedures by default.
Justin Bailey
2009-09-17
1
-0
/
+12
*
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
*
PostgreSQL: XML datatype support
Leonardo Borges
2009-08-09
1
-2
/
+13
*
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
2
-3
/
+48
*
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
*
disabled base_test.rb tests that were not Oracle compatible (TIME datatype is...
Raimonds Simanovskis
2009-06-09
1
-0
/
+19
*
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
2
-7
/
+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
[next]