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
/
test
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix rails restart issue with Puma
Prathamesh Sonpatki
2016-03-30
2
-0
/
+18
*
Keep all session tests in the same file
Rafael Mendonça França
2016-03-21
2
-46
/
+28
*
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
1
-0
/
+46
*
Merge pull request #23939 from akshaymohite/fix-configuration-tests-semantics
Sean Griffin
2016-03-07
1
-2
/
+2
|
\
|
*
Fixed couple of semantics in the configuration_test.rb
Akshay
2016-02-28
1
-2
/
+2
*
|
Merge pull request #24085 from vipulnsward/i18n-test-addition
Kasper Timm Hansen
2016-03-06
1
-1
/
+7
|
\
\
|
*
|
- Added i18n test to verify assigning hash directly to fallbacks instead of u...
Vipul A M
2016-03-06
1
-1
/
+7
*
|
|
Fix indentation [ci skip]
Ryuta Kamizono
2016-03-05
1
-1
/
+1
*
|
|
Merge pull request #24053 from mohitnatoo/rails-dev-cache
Kasper Timm Hansen
2016-03-04
1
-1
/
+1
|
\
\
\
|
*
|
|
- using rails dev:cache instead of rake dev:cache in test case
Mohit Natoo
2016-03-04
1
-1
/
+1
*
|
|
|
making a test definition more clear.
Mohit Natoo
2016-03-04
1
-1
/
+1
*
|
|
|
[ci skip] using correcting test case names specifying `rails routes` instead ...
Mohit Natoo
2016-03-04
1
-6
/
+6
|
/
/
/
*
/
/
Add test to make sure the sprockets cache is not shared per environment
Rafael Mendonça França
2016-03-02
1
-0
/
+20
|
/
/
*
|
Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascript
Rafael França
2016-03-01
1
-1
/
+1
|
\
\
|
*
|
convert cable.coffee to cable.js
yuuji.yaginuma
2016-02-28
1
-1
/
+1
|
|
/
*
|
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
2
-28
/
+9
*
|
Address ruby warnings
Teo Ljungberg
2016-02-29
1
-1
/
+1
|
/
*
The tasks in the rails task namespace is deprecated in favor of app namespace.
Ryo Hashimoto
2016-02-26
1
-2
/
+2
*
Enable Action Cable routes by default
Jon Moss
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 #23734 from schneems/schneems/stdout-again
Richard Schneeman
2016-02-23
1
-0
/
+11
|
\
|
*
Alternative to #23638 log to STDOUT via env var
schneems
2016-02-17
1
-0
/
+11
*
|
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
|
/
/
*
|
make sure `rake test` respects TESTOPTS
Aaron Patterson
2016-02-22
1
-0
/
+13
*
|
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
1
-0
/
+2
*
|
move digest cache on to the DetailsKey object
Aaron Patterson
2016-02-18
1
-2
/
+3
|
/
*
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-1
/
+1
*
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
*
|
Merge pull request #23631 from y-yagi/generate_mailer_views_in_api
Yves Senn
2016-02-15
1
-0
/
+10
|
\
\
|
*
|
generate mailer views in Rails API
yuuji.yaginuma
2016-02-15
1
-0
/
+10
|
|
/
*
|
test runner, relay minitest information about the error location.
Yves Senn
2016-02-15
1
-1
/
+1
*
|
Revert "Prefer Minitest's location for test failures."
Yves Senn
2016-02-15
1
-1
/
+1
*
|
Merge pull request #23611 from abhishekjain16/routes_options
Kasper Timm Hansen
2016-02-12
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fixes routes to match verbs and path with -g option
Abhishek Jain
2016-02-11
1
-1
/
+9
*
|
Merge pull request #23512 from y-yagi/set_association_name_to_fixture
David Heinemeier Hansson
2016-02-10
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
set association name to generated fixtures if attribute is reference
yuuji.yaginuma
2016-02-06
1
-5
/
+4
*
|
revert dev:cache to rake task, fixes #23410
Scott Bronson
2016-02-07
1
-0
/
+34
|
/
*
Fix mixing line filters with Minitest's -n filter.
Kasper Timm Hansen
2016-02-05
1
-0
/
+24
*
Fix model test path typo uncovered in previous commit.
Kasper Timm Hansen
2016-02-03
1
-1
/
+1
*
Fix line filters running tests from multiple runnables.
Kasper Timm Hansen
2016-02-03
1
-0
/
+24
*
use rails command in routes task
yuuji.yaginuma
2016-02-03
1
-7
/
+7
*
Merge pull request #23225 from vipulnsward/20420-rake-routes-options
Kasper Timm Hansen
2016-02-01
1
-2
/
+61
|
\
|
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-2
/
+61
*
|
Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata
Yasuo Honda
2016-02-01
2
-3
/
+3
|
/
*
Introduce new welcome page for new projects
Genadi Samokovarov
2016-01-26
1
-2
/
+1
*
Be consistent in testing outputs from railties test and use /bin/rails everyw...
Vipul A M
2016-01-24
9
-95
/
+96
[prev]
[next]