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
*
Update Active Record CHANGELOG for #7419
Prem Sichanugrist
2012-09-06
1
-0
/
+6
*
add mini-validator on creating migration
Jan Bernacki
2012-09-06
1
-0
/
+9
*
Put the create_table block in a transaction.
Rafael Mendonça França
2012-09-05
1
-2
/
+4
*
ActiveRecord support to PostgreSQL 9.2 JSON type
Dickson S. Guedes
2012-09-05
9
-4
/
+135
*
Add CHANGELOG entry for #7532 [ci skip]
Rafael Mendonça França
2012-09-05
1
-0
/
+10
*
Merge pull request #7532 from al2o3cr/fix_store_bugs
Rafael Mendonça França
2012-09-05
3
-4
/
+12
|
\
|
*
correctly flag changed attributes in AR::Store, combine multiple calls to sto...
Matt Jones
2012-09-05
3
-4
/
+12
*
|
Merge pull request #7536 from pivotal/fix_pluck_with_reserved_words
Rafael Mendonça França
2012-09-05
5
-3
/
+21
|
\
\
|
*
|
Fix pluck when columns/tables are reserved words.
Ian Lesperance
2012-09-05
5
-3
/
+21
*
|
|
Merge pull request #7525 from seamusabshere/use-mysql-binary-for-rake-db-stru...
Rafael Mendonça França
2012-09-05
2
-9
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use the 'mysql' binary for 'rake db:structure:load'.
Seamus Abshere
2012-09-05
2
-9
/
+10
|
|
/
*
|
Merge pull request #7337 from adzap/string_to_dummy_time
Rafael Mendonça França
2012-09-05
3
-1
/
+23
|
\
\
|
*
|
Update changelog with time column type casting fix
Adam Meehan
2012-09-05
1
-0
/
+4
|
*
|
Fix for time type columns with invalid time
Adam Meehan
2012-09-05
2
-1
/
+19
|
|
/
*
|
Merge pull request #7447 from etehtsea/postgresql-adapter
Rafael Mendonça França
2012-09-05
7
-988
/
+1038
|
\
\
|
|
/
|
/
|
|
*
Modularize postgresql adapter
Konstantin Shabanov
2012-09-05
7
-988
/
+1038
*
|
test cleanup, remove ruby_type because it's no longer needed
Yves Senn
2012-09-03
7
-16
/
+5
*
|
rewrite inheritance tests with a custom inheritance_column
Yves Senn
2012-09-03
4
-49
/
+61
*
|
set the configured #inheritance_column on #become (#7503)
Yves Senn
2012-09-03
5
-2
/
+38
|
/
*
Avoid #fetch for non-nil values.
Jon Leighton
2012-08-31
1
-1
/
+2
*
Key the attributes hash with symbols
Jon Leighton
2012-08-31
4
-9
/
+14
*
Cache the connection pool for a given class
Jon Leighton
2012-08-31
2
-20
/
+37
*
One hash is enough
Jon Leighton
2012-08-31
2
-18
/
+14
*
Refactor connection handler
Jon Leighton
2012-08-31
1
-22
/
+14
*
Make connection pool retrieval faster
Jon Leighton
2012-08-31
3
-20
/
+18
*
Merge pull request #7481 from joliss/typo
Vijay Dev
2012-08-30
1
-3
/
+3
|
\
|
*
Fix grammar
Jo Liss
2012-08-30
1
-3
/
+3
*
|
documents after_(commit|rollback)
Xavier Noria
2012-08-30
1
-0
/
+18
|
/
*
Add a test to make sure preloading properly merges association and default sc...
Pratik Naik
2012-08-28
3
-0
/
+23
*
CHANGELOGs are now per branch
Xavier Noria
2012-08-28
1
-6836
/
+1
*
Merge pull request #7458 from frodsan/fix_orddep_basics
Rafael Mendonça França
2012-08-28
1
-5
/
+5
|
\
|
*
fix order dependent test in AR::BasicsTest
Francesco Rodriguez
2012-08-27
1
-5
/
+5
*
|
ensures that the test repairs the validation setup
Francesco Rodriguez
2012-08-27
1
-7
/
+9
|
/
*
fix order dependent test in AggregationsTest
Francesco Rodriguez
2012-08-26
1
-0
/
+2
*
Add test to ensure that save will raise SerializationTypeMismatch if the
Rafael Mendonça França
2012-08-26
1
-0
/
+6
*
We don't need this reload
Rafael Mendonça França
2012-08-26
1
-1
/
+1
*
Use the Topic class in the attribute serialized tests
Rafael Mendonça França
2012-08-26
1
-8
/
+4
*
Use teardown hook to return the initial state of the object
Rafael Mendonça França
2012-08-26
1
-16
/
+5
*
Move the serialized attribute tests to their own file
Rafael Mendonça França
2012-08-26
3
-207
/
+214
*
Move test to the correct file
Rafael Mendonça França
2012-08-26
3
-12
/
+12
*
Remove CHANGELOG entry for the update_attribute removal.
Rafael Mendonça França
2012-08-26
1
-6
/
+0
*
Use verify_readonly_attribute in the update_columns method
Rafael Mendonça França
2012-08-25
1
-1
/
+1
*
Revert "Remove private verify readonly attr method"
Rafael Mendonça França
2012-08-25
1
-1
/
+5
*
Revert "Remove update_attribute."
Rafael Mendonça França
2012-08-25
4
-7
/
+71
*
changelog #7449
Mikhail Dieterle
2012-08-26
1
-0
/
+4
*
allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes...
Mikhail Dieterle
2012-08-26
3
-11
/
+45
*
use Hash#fetch to eliminate conditional
Aaron Patterson
2012-08-24
1
-8
/
+3
*
call methods on AR::Model after ClassMethods module is defined
Aaron Patterson
2012-08-24
1
-1
/
+2
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
8
-583
/
+3
*
ivar will always be defined, so stop checking
Aaron Patterson
2012-08-23
1
-3
/
+1
[next]