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
path:
root
/
railties
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Prep release for Rails 5 beta3
eileencodes
2016-02-24
1
-1
/
+1
*
|
|
Add CHANGELOG for https://github.com/rails/rails/pull/23734 [ci skip]
Prathamesh Sonpatki
2016-02-24
1
-0
/
+5
*
|
|
Always use the released coffee-rails in new applications
Rafael Mendonça França
2016-02-24
1
-6
/
+1
*
|
|
Merge pull request #23849 from prathamesh-sonpatki/fix-23822
Rafael França
2016-02-24
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-1
/
+1
*
|
|
Merge pull request #23795 from claudiob/replace-rack-with-rails-command
David Heinemeier Hansson
2016-02-24
3
-6
/
+50
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Invoke 'rails' instead of 'rake' in AppGenerator
claudiob
2016-02-20
2
-11
/
+11
|
*
|
AppGenerator: Replace 'rake' with 'rails_command'
claudiob
2016-02-20
3
-0
/
+44
*
|
|
Merge branch 'actionmailer-cache'
Rafael Mendonça França
2016-02-24
3
-0
/
+12
|
\
\
\
|
*
|
|
Change ActionMailer's default caching configuration and update generator's en...
Stan Lo
2016-02-23
3
-0
/
+12
|
|
|
/
|
|
/
|
*
|
|
Use the trick to get beta releases in the Gemfile
Rafael Mendonça França
2016-02-23
1
-1
/
+1
*
|
|
New apps get the Turbolinks beta gem
Sam Stephenson
2016-02-23
1
-2
/
+2
*
|
|
Switch to `data-turbolinks-track="reload"`
Sam Stephenson
2016-02-23
2
-4
/
+4
|
/
/
*
|
Merge pull request #23734 from schneems/schneems/stdout-again
Richard Schneeman
2016-02-23
2
-0
/
+15
|
\
\
|
*
|
Alternative to #23638 log to STDOUT via env var
schneems
2016-02-17
2
-0
/
+15
*
|
|
Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport...
Rafael França
2016-02-23
4
-10
/
+10
|
\
\
\
|
*
|
|
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
4
-10
/
+10
*
|
|
|
reestablish previous connection after creating all databases
Aaron Patterson
2016-02-23
1
-0
/
+13
|
/
/
/
*
|
|
Merge pull request #23669 from maclover7/internal-routes
Rafael França
2016-02-22
1
-4
/
+4
|
\
\
\
|
*
|
|
Add `internal` attribute to routes
Jon Moss
2016-02-22
1
-4
/
+4
*
|
|
|
Generate ApplicationCable files if they do not already exist
Jon Moss
2016-02-22
1
-0
/
+12
*
|
|
|
Generate ApplicationRecord if it does not already exist
Jon Moss
2016-02-22
1
-0
/
+8
*
|
|
|
Generate `config/cable.yml` in `rails:update` command
Jon Moss
2016-02-22
1
-0
/
+5
|
/
/
/
*
|
|
make sure `rake test` respects TESTOPTS
Aaron Patterson
2016-02-22
2
-1
/
+15
*
|
|
[ci skip] Mention testing fore-runners.
Kasper Timm Hansen
2016-02-21
1
-0
/
+2
*
|
|
Merge pull request #23799 from y-yagi/use_method_provided_by_minitest
Kasper Timm Hansen
2016-02-21
1
-7
/
+1
|
\
\
\
|
*
|
|
use method provided by minitest
yuuji.yaginuma
2016-02-21
1
-7
/
+1
|
|
|
/
|
|
/
|
*
/
|
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
1
-0
/
+2
|
/
/
*
|
Merge pull request #23756 from tenderlove/move_digest_cache
Aaron Patterson
2016-02-18
1
-2
/
+3
|
\
\
|
*
|
move digest cache on to the DetailsKey object
Aaron Patterson
2016-02-18
1
-2
/
+3
*
|
|
set `skip_listen` option to dummy appplication
yuuji.yaginuma
2016-02-18
2
-0
/
+9
|
/
/
*
|
Merge pull request #23730 from y-yagi/fail_fast_when_test_error
Andrew White
2016-02-17
4
-5
/
+20
|
\
\
|
|
/
|
/
|
|
*
modify to `error` also abort when specify fail fast option
yuuji.yaginuma
2016-02-17
4
-5
/
+20
*
|
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-1
/
+1
*
|
remove unused method
yuuji.yaginuma
2016-02-17
1
-4
/
+0
|
/
*
adds --skip-listen to the application generator [closes #23590]
Xavier Noria
2016-02-17
6
-13
/
+42
*
Merge pull request #23630 from akshaymohite/correct-test-name-api-only
Yves Senn
2016-02-16
1
-1
/
+1
|
\
|
*
Correct config option from only_api to api_only in test
Akshay
2016-02-12
1
-1
/
+1
*
|
reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`.
Yves Senn
2016-02-16
1
-0
/
+46
*
|
fix more failing tests due to 07e422f ... :pray:
Yves Senn
2016-02-15
1
-2
/
+2
*
|
fixing the build take II. :sweat:
Yves Senn
2016-02-15
1
-1
/
+1
*
|
fix build broken by 07e422f58d61da0.
Yves Senn
2016-02-15
1
-1
/
+1
*
|
Merge pull request #23631 from y-yagi/generate_mailer_views_in_api
Yves Senn
2016-02-15
4
-4
/
+20
|
\
\
|
*
|
generate mailer views in Rails API
yuuji.yaginuma
2016-02-15
4
-4
/
+20
*
|
|
test runner, relay minitest information about the error location.
Yves Senn
2016-02-15
2
-2
/
+2
*
|
|
Revert "Prefer Minitest's location for test failures."
Yves Senn
2016-02-15
2
-9
/
+3
*
|
|
Merge pull request #23569 from Gaurav2728/no_doc_of_some_railtie_methods
Vipul A M
2016-02-15
1
-4
/
+7
|
\
\
\
|
*
|
|
mark as #:nodoc: [ci skip]
Gaurav Sharma
2016-02-15
1
-4
/
+7
*
|
|
|
Merge pull request #23664 from y-yagi/remove_test_order_from_environment_file
Yves Senn
2016-02-15
1
-3
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
remove `active_support.test_order` from environment file
yuuji.yaginuma
2016-02-14
1
-3
/
+0
[prev]
[next]