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
*
Merge pull request #22469 from merhard/fix_custom_file_loader_test
Rafael França
2015-12-02
1
-0
/
+2
|
\
|
*
Fix failing test using custom file watcher
Matthew Erhard
2015-12-02
1
-0
/
+2
*
|
Revert "don't start a new process for every test file"
Matthew Erhard
2015-12-02
1
-21
/
+8
|
/
*
allow use of minitest-rails gem with test runner
Chris Kottom
2015-11-30
2
-1
/
+7
*
add `bin/test` script to rails plugin
yuuji.yaginuma
2015-11-28
7
-7
/
+153
*
let the generated app Gemfile depend on listen 3.0.5
Xavier Noria
2015-11-26
1
-1
/
+1
*
Merge pull request #22263 from mastahyeti/csrf-origin-check
Rafael França
2015-11-26
1
-0
/
+4
|
\
|
*
Add option to verify Origin header in CSRF checks
Ben Toews
2015-11-25
1
-0
/
+4
*
|
Merge pull request #22401 from cllns/remove-br-from-scaffold
Kasper Timm Hansen
2015-11-25
2
-3
/
+7
|
\
\
|
*
|
Remove <br> from scaffold, in favor of using CSS
Sean Collins
2015-11-25
2
-3
/
+7
*
|
|
Merge pull request #22290 from y-yagi/donot_show_test_unit_job
Eileen M. Uchitelle
2015-11-25
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
do not show Active Job test generator
yuuji.yaginuma
2015-11-14
1
-0
/
+1
*
|
|
Merge pull request #22370 from yui-knk/remove_blank_line
Andrew White
2015-11-24
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove a blank line from a template for plugin `routes.rb`
yui-knk
2015-11-22
1
-1
/
+0
*
|
|
|
Merge pull request #22287 from dharamgollapudi/patch-2
Rafael França
2015-11-24
1
-2
/
+1
|
\
\
\
\
|
*
|
|
|
Move the desc one level up
Dharam Gollapudi
2015-11-13
1
-2
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #22272 from y-yagi/remove_test_files_in_plugin_gemspec
Eileen M. Uchitelle
2015-11-23
1
-3
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
don't package test files in plugin gemspec
yuuji.yaginuma
2015-11-12
1
-3
/
+0
|
|
|
/
|
|
/
|
*
|
|
Make the `static_index` config part of the `config.public_server` config
Yuki Nishijima
2015-11-16
4
-7
/
+12
|
|
/
|
/
|
*
|
Prefer Minitest's location for test failures.
Kasper Timm Hansen
2015-11-12
2
-3
/
+9
*
|
Don't match specific line numbers in reporter tests.
Kasper Timm Hansen
2015-11-12
1
-4
/
+4
*
|
registers these changes in the CHANGELOGs
Xavier Noria
2015-11-11
1
-0
/
+5
*
|
encapsulates the logic to choose the file monitor in app config
Xavier Noria
2015-11-10
1
-1
/
+9
*
|
upgrade listen to 3.0.4
Xavier Noria
2015-11-08
1
-1
/
+1
*
|
move the listen gem in the Gemfile to the development group
Xavier Noria
2015-11-08
1
-3
/
+4
*
|
implements an evented file update checker [Puneet Agarwal]
Xavier Noria
2015-11-08
2
-1
/
+4
*
|
fix application_controller require_dependency path generated by api scaffold ...
yuuji.yaginuma
2015-11-08
2
-1
/
+25
|
/
*
[ci skip] Remove final mentions of `static_cache_control` in docs.
Kasper Timm Hansen
2015-11-05
1
-1
/
+3
*
Fix `static_cache_control` deprecation warning
Jon Atack
2015-11-05
1
-3
/
+6
*
Replace `serve_static_files` in tests with `public_file_server.enabled`.
Kasper Timm Hansen
2015-11-04
4
-5
/
+5
*
Merge pull request #22173 from kaspth/enable-public-file-server
Kasper Timm Hansen
2015-11-04
6
-12
/
+84
|
\
|
*
Move `static_cache_contorl` deprecation changelog entry to Railties.
Kasper Timm Hansen
2015-11-04
1
-0
/
+22
|
*
Add enabled flag to the public file server.
Kasper Timm Hansen
2015-11-03
6
-12
/
+62
*
|
don't start a new process for every test file
Aaron Patterson
2015-11-03
1
-8
/
+21
|
/
*
added missing instructions for `rack-cors`
Gaurav Sharma
2015-11-03
1
-2
/
+4
*
Make `db:migrate:status` to render `1_some.rb` format migrate files.
yui-knk
2015-11-02
1
-0
/
+22
*
Merge pull request #22152 from y-yagi/remove_sass-cache_from_gitignore
Andrew White
2015-11-02
1
-1
/
+0
|
\
|
*
remove unnecessary `.sass-cache` from plugin's gitignore template
yuuji.yaginuma
2015-11-02
1
-1
/
+0
*
|
Route generator should be idempotent - closes #22082
Thiago Pinto
2015-10-31
3
-1
/
+20
|
/
*
rails/application: allow passing an env to config_for
Simon Eskildsen
2015-10-30
3
-2
/
+22
*
Add version constraint to database gem in generated application
Rafael Mendonça França
2015-10-29
4
-17
/
+32
*
Properly indent '<head>' and '<body>' within '<html>'
Sean Collins
2015-10-29
1
-16
/
+17
*
Merge pull request #21998 from kddeisz/rake_task_statistics
Arthur Nogueira Neves
2015-10-28
5
-1
/
+23
|
\
|
*
Allow rake:stats to account for rake tasks
Kevin Deisz
2015-10-19
5
-1
/
+23
*
|
raise `ArgumentError` when `SECRET_KEY_BASE` is an integer
Arun Agrawal
2015-10-27
2
-0
/
+16
*
|
Merge pull request #19924 from iamvery/db-tasks-exit-status
Sean Griffin
2015-10-26
1
-0
/
+52
|
\
\
|
*
|
Exit with non-zero status when db:drop fails
Jay Hayes
2015-10-20
1
-0
/
+10
|
*
|
Exit with non-zero status when db:create fails
Jay Hayes
2015-10-20
1
-0
/
+17
|
*
|
Fix test of drop failure
Jay Hayes
2015-10-20
1
-4
/
+1
|
*
|
Add tests to verify exit status for create/drop failures
Jay Hayes
2015-10-20
1
-0
/
+28
[next]