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
...
*
|
|
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
*
|
|
use arel rather than slapping together SQL strings
Aaron Patterson
2013-07-15
2
-5
/
+10
*
|
|
Merge pull request #11451 from jetthoughts/11450_do_not_resave_destroyed_asso...
Yves Senn
2013-07-15
2
-0
/
+8
|
\
\
\
|
*
|
|
Do not re-save destroyed association on saving parent object
Paul Nikitochkin
2013-07-15
2
-0
/
+8
*
|
|
|
Merge pull request #11282 from arunagw/deprecation-removed-attribute-missing-...
Yves Senn
2013-07-15
3
-29
/
+4
|
\
\
\
\
|
*
|
|
|
Remove deprecation warning from attribute_missing
Arun Agrawal
2013-07-15
3
-29
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #11448 from arunagw/updated_middleware_test
Yves Senn
2013-07-15
1
-1
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added CheckPending middleware in default
Arun Agrawal
2013-07-15
1
-0
/
+4
|
*
|
|
No need to add config for x_sendfile_header
Arun Agrawal
2013-07-15
1
-2
/
+0
|
/
/
/
*
|
|
Rack::Sendfile is now included in middleware by default, change tests to refl...
Guillermo Iguaran
2013-07-15
1
-10
/
+4
*
|
|
Revert "Don't use Rack::Sendfile middleware if x_sendfile_header is not present"
Santiago Pastorino
2013-07-15
1
-3
/
+1
*
|
|
Merge pull request #11434 from jetthoughts/new_save_transaction_bugfix
Santiago Pastorino
2013-07-14
3
-3
/
+23
|
\
\
\
|
*
|
|
#4566: Remove extra decrement of transaction level
Paul Nikitochkin
2013-07-14
3
-3
/
+23
*
|
|
|
Merge pull request #11439 from ernie/only-scan-strings-for-nodes
Yves Senn
2013-07-14
2
-1
/
+8
|
\
\
\
\
|
*
|
|
|
Blacklist->whitelist for reference scans in order!
Ernie Miller
2013-07-14
2
-1
/
+8
|
|
/
/
/
*
|
|
|
re-introduce `select_for_count` private method.
Yves Senn
2013-07-14
1
-5
/
+10
*
|
|
|
Merge pull request #11437 from kennyj/fix_11393
Guillermo Iguaran
2013-07-14
3
-1
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix default rendered format problem when calling render method without :conte...
kennyj
2013-07-15
3
-1
/
+11
|
/
/
/
*
|
|
Merge pull request #11433 from arunagw/removed_unused_task
José Valim
2013-07-14
1
-13
/
+0
|
\
\
\
|
*
|
|
Removed unused require from Rakefile
Arun Agrawal
2013-07-14
1
-4
/
+0
|
*
|
|
Removed unused broken task for update README [ci skip]
Arun Agrawal
2013-07-14
1
-9
/
+0
|
/
/
/
*
|
|
Merge pull request #11425 from arunagw/actionview_api_generation
Xavier Noria
2013-07-14
1
-8
/
+7
|
\
\
\
|
*
|
|
Added actionview in API generation [ci skip]
Arun Agrawal
2013-07-14
1
-8
/
+7
*
|
|
|
Merge pull request #11431 from ianfleeton/initialization_memoized_typo
Yves Senn
2013-07-14
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
memorized -> memoized typo fix [ci skip]
Ian Fleeton
2013-07-14
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #11424 from kennyj/fix_column_defaults_caching
Santiago Pastorino
2013-07-13
3
-0
/
+15
|
\
\
\
\
[prev]
[next]