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
*
Add notes about database connection pool [ci skip]
Gaurish Sharma
2013-09-22
2
-0
/
+13
*
Merge pull request #12311 from kennyj/fix_typo_about_uuid
Rafael Mendonça França
2013-09-21
1
-1
/
+1
|
\
|
*
Fix typo. This test isn't executed in even postgresql.
kennyj
2013-09-22
1
-1
/
+1
*
|
Add back options argument in the ActiveRecord::Base.initialize method
Rafael Mendonça França
2013-09-21
1
-2
/
+10
*
|
Merge pull request #12307 from douglascalhoun/patch-1
Vijay Dev
2013-09-21
1
-2
/
+0
|
\
\
|
*
|
Removes redundant into text
douglascalhoun
2013-09-21
1
-2
/
+0
|
|
/
*
|
Merge pull request #12310 from JuanitoFatas/fix-a-typo
Vijay Dev
2013-09-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ci skip] Fix a typo in Engines.md.
Juanito Fatas
2013-09-22
1
-1
/
+1
|
/
*
Merge pull request #12232 from claudiob/delete-unused-helper-fixtures
Santiago Pastorino
2013-09-20
4
-16
/
+0
|
\
|
*
Remove unused AV helper fixtures from e10a2531
claudiob
2013-09-14
4
-16
/
+0
*
|
Merge pull request #12301 from Gazler/guide_3_0_release_notes_broken_link
Rafael Mendonça França
2013-09-20
1
-2
/
+0
|
\
\
|
*
|
Fix: Remove broken link on rails 3 guide
Gary Rennie
2013-09-20
1
-2
/
+0
*
|
|
Merge pull request #11452 from dasch/dasch/details-in-digestor-cache-key
José Valim
2013-09-20
3
-2
/
+39
|
\
\
\
|
*
|
|
Bust the template digest cache key when details are changed
Daniel Schierbeck
2013-09-19
3
-2
/
+39
*
|
|
|
Merge pull request #12285 from dasch/dasch/allow-attaching-up-front
José Valim
2013-09-20
3
-2
/
+92
|
\
\
\
\
|
*
|
|
|
Allow attaching to AS::Notifications namespace up front
Daniel Schierbeck
2013-09-20
3
-2
/
+92
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #12299 from hitendrasingh/code_refactor
José Valim
2013-09-20
3
-8
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Initializing Codepoint object with default values
Hitendra Singh
2013-09-20
2
-6
/
+7
|
*
|
|
Drying up method_missing code
Hitendra Singh
2013-09-20
1
-2
/
+1
*
|
|
|
mention controller test base class in testing guide. [ci skip]
Yves Senn
2013-09-20
1
-4
/
+6
|
/
/
/
*
|
|
Merge pull request #12295 from gaurish/patch-2
Guillermo Iguaran
2013-09-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Allow failures in jruby-head
Gaurish Sharma
2013-09-20
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #12294 from gaurish/patch-1
Guillermo Iguaran
2013-09-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Run Tests against JRuby master
Gaurish Sharma
2013-09-20
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #10362 from derekprior/dp-fix-assert-redirect-to
Andrew White
2013-09-19
4
-34
/
+53
|
\
\
\
|
*
|
|
Fix regex used to find URI schemes in redirect_to
Derek Prior
2013-09-19
2
-1
/
+6
|
*
|
|
Fix incorrect assert_redirected_to failure message
Derek Prior
2013-09-19
4
-34
/
+48
|
/
/
/
*
|
|
Merge pull request #12280 from kennyj/remove_1_8_compat
José Valim
2013-09-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove 1.8 compatible code
kennyj
2013-09-19
1
-1
/
+1
*
|
|
Merge pull request #12279 from jbaudanza/reset_session
José Valim
2013-09-18
2
-0
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
NullSessionHash#destroy should be a no-op
Jonathan Baudanza
2013-09-18
2
-0
/
+13
|
/
/
*
|
remove unused variable
Aaron Patterson
2013-09-18
1
-1
/
+0
*
|
support objects with blank string primary keys
Aaron Patterson
2013-09-18
2
-1
/
+7
*
|
ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,
Aaron Patterson
2013-09-18
3
-16
/
+10
*
|
do what the superclass does in the case that objects do not match
Aaron Patterson
2013-09-18
2
-0
/
+10
*
|
Merge pull request #12276 from kennyj/fix_12269
Rafael Mendonça França
2013-09-18
3
-0
/
+11
|
\
\
|
*
|
Fix an issue where router can't recognize downcased url encoding path.
kennyj
2013-09-19
3
-0
/
+11
|
/
/
*
|
There's no need to do this
Santiago Pastorino
2013-09-17
1
-4
/
+1
*
|
Merge pull request #12262 from sferik/remove_tzinfo_from_actionpack
Rafael Mendonça França
2013-09-17
1
-5
/
+4
|
\
\
|
*
|
Remove tzinfo dependency from Action Pack
Erik Michaels-Ober
2013-09-17
1
-5
/
+4
|
/
/
*
|
Merge pull request #12250 from JuanitoFatas/migration
Rafael Mendonça França
2013-09-16
1
-3
/
+3
|
\
\
|
*
|
[ci skip] Improve readability of 4.3's NOTE in migration.md.
Juanito Fatas
2013-09-17
1
-3
/
+3
*
|
|
Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope
Rafael Mendonça França
2013-09-16
4
-6
/
+25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Collapse where constraints to one where constraint
Paul Nikitochkin
2013-09-13
4
-6
/
+25
*
|
|
Merge pull request #12245 from kennyj/remove_no_using_code_20130916
José Valim
2013-09-16
1
-4
/
+0
|
\
\
\
|
*
|
|
Removes unused code related to DatabaseTasks.
kennyj
2013-09-16
1
-4
/
+0
|
/
/
/
*
|
|
Merge pull request #12239 from JuanitoFatas/form_helpers
Steve Klabnik
2013-09-15
1
-1
/
+1
|
\
\
\
|
*
|
|
[ci skip] Consistency wording of 9.6 in form_helpers.md
Juanito Fatas
2013-09-15
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #12231 from harshadsabne/master
Steve Klabnik
2013-09-14
1
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[ci skip] Update plugins.md
Harshad Sabne
2013-09-14
1
-6
/
+6
[next]