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
*
Unmatched parenthesis fix
Robin Dupret
2013-03-15
1
-1
/
+1
*
Fix my typo
Alexey Muranov
2013-03-12
1
-1
/
+1
*
Align indentation in comments
Alexey Muranov
2013-03-12
1
-15
/
+15
*
Document nested attributes as hash of hashes
Alexey Muranov
2013-03-12
1
-2
/
+26
*
Uniq cannot be used directly on an ActiveRecord model. 'DISTINCT field' is th...
Daniel Lobato
2013-03-12
1
-1
/
+1
*
Minor copy editing
Neeraj Singh
2013-03-11
1
-4
/
+4
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-10
1
-1
/
+1
|
\
|
*
Typppo
Akira Matsuda
2013-03-06
1
-1
/
+1
*
|
Preserve magic comments and content encoding of copied migrations.
OZAWA Sakuro
2013-03-09
1
-3
/
+12
*
|
Refactored nested associations so they are more readable. Added comments
wangjohn
2013-03-08
1
-26
/
+54
*
|
Fix changelog indent, remove self from method call in changelog/doc examples
Carlos Antonio da Silva
2013-03-08
1
-1
/
+2
*
|
The console --sandbox transaction should not be joinable
Jon Leighton
2013-03-08
1
-1
/
+2
*
|
Make sure options is a hash
Rafael Mendonça França
2013-03-08
1
-1
/
+3
*
|
Avoid short-circuit return
Rafael Mendonça França
2013-03-08
1
-5
/
+9
*
|
Merge pull request #9497 from route/subclass_from_attrs
Rafael Mendonça França
2013-03-08
1
-2
/
+3
|
\
\
|
*
|
Fix ActiveRecord `subclass_from_attrs` when eager_load is false.
Dmitry Vorotilin
2013-03-06
1
-2
/
+3
*
|
|
Fix rails console --sandbox
Jon Leighton
2013-03-08
1
-2
/
+2
*
|
|
Merge pull request #8868 from tehgeekmeister/master
Rafael Mendonça França
2013-03-08
1
-0
/
+6
|
\
\
\
|
*
|
|
If an index can't be found by column, use the index name.
Ezekiel Smithburg
2013-03-07
1
-0
/
+6
*
|
|
|
Merge pull request #8966 from cfabianski/disable_prepared_statement_when_prep...
Rafael Mendonça França
2013-03-08
4
-3
/
+14
|
\
\
\
\
|
*
|
|
|
Unprepared Visitor + unprepared_statement
Cédric FABIANSKI
2013-03-08
4
-3
/
+14
|
|
/
/
/
*
|
|
|
Update test name to reflect change in how scopes merging works
Carlos Antonio da Silva
2013-03-08
1
-1
/
+0
*
|
|
|
Merge pull request #9553 from neerajdotname/7365-mergin-scopes-and-where
Jon Leighton
2013-03-08
1
-3
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Combine scope conditions using AND
Neeraj Singh and John Leighton
2013-03-07
1
-3
/
+13
*
|
|
|
SQLite3 3.6.8+ supports savepoints
Neeraj Singh
2013-03-07
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #9105 from bemurphy/cache_key_updated_on
Rafael Mendonça França
2013-03-07
2
-1
/
+7
|
\
\
\
|
*
|
|
cache_key consults updated_on timestamp if present
Brendon Murphy
2013-02-26
2
-1
/
+7
*
|
|
|
Merge pull request #9474 from HonoreDB/master
Rafael Mendonça França
2013-03-07
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
More helpful error message when instantiating an abstract class
Aaron Weiner
2013-03-03
1
-0
/
+3
*
|
|
|
|
rake db:structure:dump warns when `mysqldump` is not in PATH.
Yves Senn
2013-03-06
1
-1
/
+4
*
|
|
|
|
`Connection#structure_dump` is no longer used. #9518
Yves Senn
2013-03-06
2
-19
/
+0
*
|
|
|
|
Merge pull request #9507 from senny/9483_migrations_without_transactions
Rafael Mendonça França
2013-03-06
1
-7
/
+37
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
transactions can be turned off per Migration.
Yves Senn
2013-03-05
1
-7
/
+37
*
|
|
|
|
Merge pull request #9565 from kennyj/remove_unused_return_value
Xavier Noria
2013-03-05
2
-3
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Remove unused return value, because collecting_queries_for_explain isn't publ...
kennyj
2013-03-06
2
-3
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-05
2
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix typo
Carson McDonald
2013-03-05
1
-1
/
+1
|
*
|
|
Fix WhereChain docs to mention only not
Ernie Miller
2013-03-04
1
-1
/
+1
*
|
|
|
assigning '0.0' to a nullable numeric column does not make it dirty
Yves Senn
2013-03-05
1
-1
/
+5
*
|
|
|
`ActiveRecord::Base.include_root_in_json` is `false` by default.
Yves Senn
2013-03-04
1
-1
/
+1
*
|
|
|
Remove .all usage from unscope doc examples [ci skip]
Carlos Antonio da Silva
2013-03-04
1
-4
/
+4
*
|
|
|
Use 1.9 hash style in changelog and doc examples [ci skip]
Carlos Antonio da Silva
2013-03-04
1
-3
/
+3
*
|
|
|
Merge pull request #9200 from wangjohn/unscoping_activerecord_merging
Jeremy Kemper
2013-03-03
1
-0
/
+94
|
\
\
\
\
|
*
|
|
|
Created an unscope method for removing relations from a chain of
wangjohn
2013-03-03
1
-0
/
+94
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #9532 from neerajdotname/fix-sql-in-example
Carlos Antonio da Silva
2013-03-03
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix the sql that is generated from scoping
Neeraj Singh
2013-03-03
1
-1
/
+2
*
|
|
|
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
3
-4
/
+4
*
|
|
|
Merge pull request #9431 from troyk/patch-2
Andrew White
2013-03-02
1
-4
/
+1
|
\
\
\
\
|
*
|
|
|
Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::Time
Troy Kruthoff
2013-03-01
1
-4
/
+1
*
|
|
|
|
deal with `#append` and `#prepend` on association collections.
Yves Senn
2013-03-01
1
-0
/
+5
[next]