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
*
Skip binary data with binds test for mysql2, fix build
Carlos Antonio da Silva
2012-12-14
2
-1
/
+3
*
Convert changelogs to 1.9 hash style and fix some formatting [ci skip]
Carlos Antonio da Silva
2012-12-14
6
-44
/
+45
*
Merge pull request #8514 from mmb/filter_blob
Aaron Patterson
2012-12-14
3
-1
/
+23
|
\
|
*
Do not log the binding values for binary columns.
Matthew M. Boedicker
2012-12-14
3
-1
/
+23
*
|
Revert "Fix failing test in railties"
Steve Klabnik
2012-12-14
1
-1
/
+2
*
|
Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector"
Steve Klabnik
2012-12-14
3
-51
/
+9
|
/
*
remove a cache we do not need
Aaron Patterson
2012-12-14
1
-5
/
+1
*
Merge pull request #8510 from thedarkone/thread_safety_improvements
Aaron Patterson
2012-12-14
15
-108
/
+101
|
\
|
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
15
-108
/
+101
*
|
Remove AR gem pushed by mistake
Santiago Pastorino
2012-12-14
1
-0
/
+0
*
|
Merge pull request #8400 from matthewrobertson/has-many-through-counter-cache
Carlos Antonio da Silva
2012-12-14
4
-0
/
+21
|
\
\
|
*
|
Fix for has_many_through counter_cache bug
Matthew Robertson
2012-12-14
4
-0
/
+21
*
|
|
Improve the documentation of cache_if and cache_unless
Rafael Mendonça França
2012-12-14
1
-4
/
+7
*
|
|
Merge pull request #8497 from acapilleri/conditional_cache
Rafael Mendonça França
2012-12-14
3
-31
/
+55
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Removed :if and :unless from fragment cache option in favour of
Angelo capilleri
2012-12-14
3
-31
/
+55
*
|
|
Clear url helper methods when routes are reloaded
Andrew White
2012-12-14
4
-0
/
+165
*
|
|
Revert "Clear url helpers when reloading routes"
Andrew White
2012-12-14
2
-5
/
+0
*
|
|
Fix failing test in railties
Carlos Antonio da Silva
2012-12-14
1
-2
/
+1
*
|
|
Add missing require.
Rafael Mendonça França
2012-12-13
3
-0
/
+4
*
|
|
Merge pull request #8432 from rmcastil/add_migration_example_to_each_associat...
Rafael Mendonça França
2012-12-13
1
-0
/
+130
|
\
\
\
|
*
|
|
Add migration example to Association Basics [ci skip]
Ryan Castillo
2012-12-13
1
-0
/
+130
*
|
|
|
Merge pull request #8499 from schneems/schneems/html-route-inspector
Steve Klabnik
2012-12-13
3
-9
/
+51
|
\
\
\
\
|
*
|
|
|
Output routes in :html format
schneems
2012-12-12
3
-9
/
+51
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Bring back helpers_path attr accessor
Carlos Antonio da Silva
2012-12-13
1
-1
/
+1
*
|
|
|
Merge pull request #8503 from siong1987/debugger-jruby
Carlos Antonio da Silva
2012-12-13
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
don't include debugger gem if jruby is used since it doesn't work on jruby.
Teng Siong Ong
2012-12-12
1
-0
/
+2
*
|
|
|
|
Refactor helpers code in Action Pack a bit
Carlos Antonio da Silva
2012-12-13
3
-8
/
+6
*
|
|
|
|
Merge pull request #8500 from senny/8492_migrations_crash_on_specific_path
Carlos Antonio da Silva
2012-12-13
4
-1
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
recognize migrations, in folders containing numbers and 'rb'.
Yves Senn
2012-12-13
4
-1
/
+23
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #8502 from arunagw/master
Jeremy Kemper
2012-12-12
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fixed test names for generated_attribute_test.rb
Arun Agrawal
2012-12-13
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #8496 from ptn/link-AR-basics-guide
Steve Klabnik
2012-12-12
2
-42
/
+186
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
General refreshment of the Active Record Basics guide
Pablo Torres
2012-12-12
2
-42
/
+186
|
|
/
/
/
*
/
/
/
Shush deprecation warning due to initializing a Migrator with migration paths...
Jeremy Kemper
2012-12-12
1
-1
/
+1
|
/
/
/
*
|
|
Remove deprecation message from Action Pack
Carlos Antonio da Silva
2012-12-11
1
-1
/
+1
*
|
|
Remove not used variable warnings from AM and AC
Carlos Antonio da Silva
2012-12-11
2
-3
/
+2
*
|
|
Merge pull request #8490 from mattv/fix_request_raw_post
Rafael Mendonça França
2012-12-11
3
-2
/
+15
|
\
\
\
|
*
|
|
Fix rewinding in ActionDispatch::Request#raw_post
Matt Venables
2012-12-11
3
-2
/
+15
*
|
|
|
Improve test name related to cache timestamp format [ci skip]
Carlos Antonio da Silva
2012-12-11
1
-1
/
+1
*
|
|
|
Backport thread-local variables from Ruby 2.0
Rafael Mendonça França
2012-12-11
2
-0
/
+147
|
/
/
/
*
|
|
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
13
-38
/
+67
*
|
|
Beef up tests for String#in_time_zone and Date#in_time_zone
Andrew White
2012-12-11
2
-18
/
+128
*
|
|
Only call `in_time_zone` on Time or DateTime instances
Andrew White
2012-12-11
1
-1
/
+6
*
|
|
Clean up 'active_support/time' requires
Andrew White
2012-12-11
1
-15
/
+6
*
|
|
Remove changelog entry from #8441 [ci skip]
Carlos Antonio da Silva
2012-12-11
1
-4
/
+0
*
|
|
Merge pull request #8484 from gclag/dynamic-index-refinements
Xavier Noria
2012-12-11
1
-0
/
+2
|
\
\
\
|
*
|
|
Explain how to supersede the new dynamic welcome page
George Claghorn
2012-12-11
1
-0
/
+2
*
|
|
|
Deprecate Date#to_time_in_current_zone
Andrew White
2012-12-11
5
-5
/
+37
*
|
|
|
Add missing at_end_of_* aliases
Andrew White
2012-12-11
3
-0
/
+5
*
|
|
|
Add String#in_time_zone method
Andrew White
2012-12-11
4
-24
/
+60
|
/
/
/
[next]