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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Merge pull request #11507 from vipulnsward/av_typo-4
Guillermo Iguaran
2013-07-19
1
-2
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix test name typos
Vipul A M
2013-07-19
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #11501 from nishantmodak/patch-3
Yves Senn
2013-07-19
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Upgrade guide. Renaming Indexes on tables. [ci skip].
Nishant Modak
2013-07-19
1
-0
/
+2
|
/
/
/
/
*
|
|
|
fix typo in Active Record Validations guide. [ci skip].
Yves Senn
2013-07-19
1
-1
/
+1
*
|
|
|
use the superclass implementation
Aaron Patterson
2013-07-18
2
-2
/
+4
*
|
|
|
Merge pull request #11492 from maratvmk/concern_test
Yves Senn
2013-07-18
1
-6
/
+0
|
\
\
\
\
|
*
|
|
|
remove duplication in test
Marat Kazbekov
2013-07-18
1
-6
/
+0
*
|
|
|
|
Merge pull request #11491 from erichkist/ek-revert-unscope-patch
Rafael Mendonça França
2013-07-18
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Revert "Fix SyntaxError in guides sample code"
Erich Kist
2013-07-18
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Use the canonical router on the CHANGELOG entry
Rafael Mendonça França
2013-07-18
1
-1
/
+1
*
|
|
|
Fix examples of number_to_percentage
Rafael Mendonça França
2013-07-18
1
-8
/
+8
*
|
|
|
Merge pull request #11483 from garysweaver/grammar_fix_in_upgrade_documentation
Santiago Pastorino
2013-07-17
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
grammar fix in upgrade documentation
Gary S. Weaver
2013-07-17
1
-1
/
+1
*
|
|
|
|
Merge pull request #11485 from simi/mysql2
Guillermo Iguaran
2013-07-17
1
-3
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Use latest mysql2.
Josef Šimánek
2013-07-18
1
-3
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #11465 from arunagw/removed_missleading_readme_link_doc
Xavier Noria
2013-07-17
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixed README link in API [ci skip]
Arun Agrawal
2013-07-17
1
-1
/
+1
*
|
|
|
|
Merge pull request #11479 from henrikhodne/improve-ar-querymethods-includes-docs
Yves Senn
2013-07-17
1
-0
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Improve ActiveRecord::QueryMethods#includes docs
Henrik Hodne
2013-07-17
1
-0
/
+8
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #11478 from newton10471/master
Yves Senn
2013-07-17
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
fixes plugin test for tutorial
Matt Newton
2013-07-17
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #11469 from bvogel/master
Carlos Antonio da Silva
2013-07-17
4
-6
/
+6
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
bcrypt-ruby stable is 3.1
Burkhard Vogel-Kreykenbohm
2013-07-17
4
-6
/
+6
|
|
/
/
/
/
*
/
/
/
/
Refactor to reduce number of loops
Andrew White
2013-07-17
1
-15
/
+25
|
/
/
/
/
*
|
|
|
Fix failing test missed for the past year :(
Andrew White
2013-07-17
2
-3
/
+18
*
|
|
|
Added routing in test for actionpack
Arun Agrawal
2013-07-17
1
-2
/
+4
*
|
|
|
Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"
Yves Senn
2013-07-17
4
-53
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
parent_table is only used internally
Aaron Patterson
2013-07-16
1
-4
/
+4
*
|
|
decouple the manager class from building join constraints
Aaron Patterson
2013-07-16
2
-10
/
+11
*
|
|
cache the klass member of the reflection
Aaron Patterson
2013-07-16
1
-8
/
+10
*
|
|
cache the scope chain on the stack and eliminate `i`
Aaron Patterson
2013-07-16
1
-7
/
+4
*
|
|
just push on to the scope chain items. Oops! (thanks @carlosantoniodasilva)
Aaron Patterson
2013-07-16
1
-2
/
+1
*
|
|
use Relation#merge to combine scope chain items
Aaron Patterson
2013-07-16
1
-6
/
+6
*
|
|
make sure scope_chain_items has consistent types
Aaron Patterson
2013-07-16
1
-7
/
+9
*
|
|
removes the obsolete private method column_methods_hash [Closes #11406]
Xavier Noria
2013-07-16
4
-43
/
+28
*
|
|
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
6
-13
/
+93
*
|
|
Merge pull request #11458 from arunagw/fix_usage_file
Carlos Antonio da Silva
2013-07-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Fixed USAGE file for generator [ci skip]
Arun Agrawal
2013-07-16
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #11435 from kennyj/move_to_query_cache
Yves Senn
2013-07-16
2
-2
/
+6
|
\
\
\
|
*
|
|
Move initializing process for query cache to ActiveRecord::ConnectionAdapters...
kennyj
2013-07-16
2
-2
/
+6
*
|
|
|
Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting
Yves Senn
2013-07-16
4
-6
/
+53
|
\
|
|
|
|
*
|
|
Unifies mysql and mysql2 casting of booleans
awilliams
2013-07-16
4
-6
/
+53
|
/
/
/
*
|
|
`change_column` for PG adapter respects `:array` option.
Yves Senn
2013-07-16
3
-2
/
+19
*
|
|
Merge pull request #11419 from simi/generator_generator_test
Guillermo Iguaran
2013-07-16
8
-1
/
+72
|
\
\
\
|
*
|
|
Added generated unit test for generator generator and new test:generators rak...
Josef Šimánek
2013-07-16
8
-1
/
+72
|
/
/
/
*
|
|
Lock mysql2 version to 0.3.11 since 0.3.12 is failing right now. Check #11457...
Guillermo Iguaran
2013-07-16
1
-1
/
+3
*
|
|
save another array allocation
Aaron Patterson
2013-07-15
1
-1
/
+1
*
|
|
removing useless assingment
Aaron Patterson
2013-07-15
1
-1
/
+1
*
|
|
reorder bind parameters when merging relations
Aaron Patterson
2013-07-15
3
-3
/
+43
[prev]
[next]