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 method name in `Renderer` doc [ci skip]
yuuji.yaginuma
2017-01-12
1
-1
/
+2
*
Add duration constructors for use in Numeric extensions
Andrew White
2017-01-12
4
-35
/
+77
*
Add additional tests for #27610
Andrew White
2017-01-12
1
-1
/
+38
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
31
-567
/
+567
*
beginrescueend
Akira Matsuda
2017-01-12
1
-5
/
+3
*
Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing
Andrew White
2017-01-12
8
-22
/
+59
|
\
|
*
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
8
-22
/
+59
*
|
Merge pull request #27652 from y-yagi/remove_unused_require
Rafael França
2017-01-11
3
-6
/
+0
|
\
\
|
*
|
remove unused requires
yuuji.yaginuma
2017-01-12
3
-6
/
+0
*
|
|
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
2
-11
/
+3
*
|
|
Merge pull request #27646 from palkan/chore/upd-gitignore
Rafael França
2017-01-11
1
-0
/
+1
|
\
\
\
|
*
|
|
[ci skip] Add .byebug_history to .gitignore
palkan
2017-01-11
1
-0
/
+1
*
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-01-11
7
-17
/
+17
|
\
\
\
\
|
*
|
|
|
`meta-data` --> `metadata`
Jon Moss
2016-12-31
1
-3
/
+3
|
*
|
|
|
Small grammar fixes in `Rails::Paths`
Jon Moss
2016-12-20
1
-2
/
+2
|
*
|
|
|
Small grammar fixes in `Rails::Info`
Jon Moss
2016-12-20
1
-3
/
+3
|
*
|
|
|
Capitalize Rake
Jon Moss
2016-12-19
1
-3
/
+3
|
*
|
|
|
Capitalize Ruby and small grammar fix
Jon Moss
2016-12-19
1
-1
/
+1
|
*
|
|
|
Capitalize Rack gem name
Jon Moss
2016-12-19
1
-3
/
+3
|
*
|
|
|
Capitalize Thor gem name
Jon Moss
2016-12-19
2
-2
/
+2
*
|
|
|
|
Merge pull request #27644 from kenta-s/fix-grammar-in-http-parameters
प्रथमेश Sonpatki
2017-01-11
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
kenta-s
2017-01-11
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #27642 from kou/fix-indent
Andrew White
2017-01-11
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix indent
Kouhei Sutou
2017-01-11
1
-1
/
+1
*
|
|
|
|
Current default Rails app encoding "utf-8" looks more like a W3C charset than...
Akira Matsuda
2017-01-11
2
-2
/
+2
*
|
|
|
|
Use Encoding::UTF_8 constant for default_{internal,external} in the tests
Akira Matsuda
2017-01-11
4
-8
/
+8
|
/
/
/
/
*
|
|
|
Use already defined Encoding constant rather than freezing a String
Akira Matsuda
2017-01-11
1
-1
/
+1
*
|
|
|
Make ActionDispatch::Request.parameter_parsers public API
Rafael Mendonça França
2017-01-11
1
-1
/
+11
*
|
|
|
Merge pull request #27639 from scottgonzalez/validator-typo
Rafael França
2017-01-10
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix typo
Scott González
2017-01-10
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #27613 from prathamesh-sonpatki/add-missing-entry-to-relea...
Kasper Timm Hansen
2017-01-10
1
-0
/
+3
|
\
\
\
|
*
|
|
Add missing release notes entry for https://github.com/rails/rails/commit/f02...
Prathamesh Sonpatki
2017-01-09
1
-0
/
+3
*
|
|
|
Merge pull request #27628 from y-yagi/revert_27619
Kasper Timm Hansen
2017-01-10
1
-5
/
+0
|
\
\
\
\
|
*
|
|
|
Revert "Merge pull request #27619 from dixpac/add_missing_generator_test"
yuuji.yaginuma
2017-01-10
1
-5
/
+0
*
|
|
|
|
Merge pull request #27616 from jnicklas/time-travel-with-subclasses
Andrew White
2017-01-10
2
-5
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
Make time travel work with subclasses of Time/Date/Datetime
Jonas Nicklas
2017-01-10
2
-5
/
+24
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
oops! :scream_cat:
Akira Matsuda
2017-01-10
1
-1
/
+1
*
|
|
|
|
Use temporary connection pool for the tests clearing AR::Base's active_connec...
Akira Matsuda
2017-01-10
1
-59
/
+92
*
|
|
|
|
Reconnecting AR::Base's connection breaks sqlite3_mem tests
Akira Matsuda
2017-01-10
1
-2
/
+6
*
|
|
|
|
sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872
Akira Matsuda
2017-01-10
1
-0
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #27621 from dylanahsmith/mysql2-nil-connection-test
Yves Senn
2017-01-10
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnect
Dylan Thacker-Smith
2017-01-09
1
-1
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #27622 from kamipo/improve_deprecation_message
Rafael França
2017-01-09
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Improve deprecation message for deprecated reflection class name
Ryuta Kamizono
2017-01-10
1
-1
/
+1
|
*
|
|
|
Suppress deprecation message to `has_and_belongs_to_many` only once
Ryuta Kamizono
2017-01-10
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #27619 from dixpac/add_missing_generator_test
Guillermo Iguaran
2017-01-09
1
-0
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Test `--skip-git` generator option
dixpac
2017-01-09
1
-0
/
+5
*
|
|
|
Merge pull request #27551 from kirs/deprecate-class-name-as-class
Kasper Timm Hansen
2017-01-09
5
-3
/
+27
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Deprecate reflection class name to accept a class
Kir Shatrov
2017-01-09
5
-3
/
+27
*
|
|
|
Merge pull request #27416 from voray/remove-throw-from-action-cable
Matthew Draper
2017-01-10
2
-3
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
[next]