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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert back to the original of using package.json in the root of the project ...
David Heinemeier Hansson
2017-02-21
2
-6
/
+6
*
Fix run_via[]= backwards compatibility.
Kasper Timm Hansen
2017-02-21
1
-0
/
+10
*
Merge pull request #28055 from robertomiranda/patch-3
Guillermo Iguaran
2017-02-21
1
-1
/
+1
|
\
|
*
Use Puma 3.7.x
Roberto Miranda
2017-02-20
1
-1
/
+1
*
|
Move and rename system tests
eileencodes
2017-02-20
2
-2
/
+2
*
|
Turn system testing into it's own gem and rename
eileencodes
2017-02-20
2
-2
/
+2
*
|
Add tests for system testing
eileencodes
2017-02-20
3
-1
/
+37
*
|
Merge pull request #28059 from y-yagi/do_not_run_git_init_inside_test_dummy
Guillermo Iguaran
2017-02-20
1
-0
/
+1
|
\
\
|
*
|
Do not run `git init` in dummy application
yuuji.yaginuma
2017-02-18
1
-0
/
+1
|
|
/
*
/
Add test for generate namespaced integration test
Shota Iguchi
2017-02-16
1
-2
/
+6
|
/
*
Merge pull request #27605 from mtsmfm/fix-generator-command-for-nested-rails-...
Godfrey Chan
2017-02-14
1
-0
/
+20
|
\
|
*
Fix generator command for nested (namespaced) rails engine (take 2)
Fumiaki MATSUSHIMA
2017-01-07
1
-0
/
+20
*
|
Remove unused require
Ryuta Kamizono
2017-02-12
2
-2
/
+0
*
|
remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere
yuuji.yaginuma
2017-02-08
1
-1
/
+0
*
|
Correct spelling
Benjamin Fleischer
2017-02-05
1
-2
/
+2
*
|
Merge pull request #27802 from domcleal/27801-multiple-rake-tests
Kasper Timm Hansen
2017-02-05
1
-0
/
+15
|
\
\
|
*
|
Collect all file patterns when running multiple rake test tasks
Dominic Cleal
2017-02-04
1
-0
/
+15
*
|
|
Ignore yarn error log file
yuuji.yaginuma
2017-02-03
1
-0
/
+5
|
/
/
*
|
Don't mutate raw_source in mailer preview interceptor
Eugene Kenny
2017-01-30
1
-0
/
+34
*
|
Merge pull request #27797 from y-yagi/correctly_check_error_message
Arthur Nogueira Neves
2017-01-30
1
-2
/
+4
|
\
\
|
*
|
correctly check error message
yuuji.yaginuma
2017-01-25
1
-2
/
+4
*
|
|
Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runner
Rafael França
2017-01-30
2
-0
/
+22
|
\
\
\
|
*
|
|
add warnings option to test runner
yuuji.yaginuma
2017-01-24
2
-0
/
+22
*
|
|
|
remove warning from `bin/setup` test
yuuji.yaginuma
2017-01-26
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Bundler 1.14 compat
Matthew Draper
2017-01-23
1
-1
/
+4
*
|
|
do not run `git init` when specify the `pretend` option
yuuji.yaginuma
2017-01-23
1
-0
/
+1
|
/
/
*
|
Merge two tests that needs to initialize Rails before accessing `Rails`
Akira Matsuda
2017-01-23
1
-16
/
+1
*
|
update CREATE TABLE statements generated by `sqlite3` command
yuuji.yaginuma
2017-01-19
1
-2
/
+2
*
|
Merge pull request #27632 from dixpac/repo_initialize
Rafael Mendonça França
2017-01-18
2
-2
/
+8
|
\
\
|
*
|
Initalize git repo when creatin new rails app
dixpac
2017-01-12
2
-2
/
+8
*
|
|
Move config reset to ensure block
Andrew White
2017-01-17
1
-1
/
+2
*
|
|
Move config reset to ensure block
Andrew White
2017-01-17
1
-1
/
+2
*
|
|
Merge pull request #27674 from kjg/migration_generator_honor_path_config
Andrew White
2017-01-17
2
-0
/
+20
|
\
\
\
|
*
|
|
Generate migrations at path set by `config.paths["db/migrate"]`
Kevin Glowacz
2017-01-16
2
-0
/
+20
*
|
|
|
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-9
/
+9
|
/
/
/
*
|
|
Merge pull request #27601 from y-yagi/make_work_all_commands_from_engine
Kasper Timm Hansen
2017-01-15
4
-27
/
+100
|
\
\
\
|
*
|
|
improve server default options test
yuuji.yaginuma
2017-01-09
1
-3
/
+3
|
*
|
|
make all rails commands work in engine
yuuji.yaginuma
2017-01-09
3
-24
/
+97
*
|
|
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Revert "Merge pull request #27619 from dixpac/add_missing_generator_test"
yuuji.yaginuma
2017-01-10
1
-5
/
+0
*
|
|
Test `--skip-git` generator option
dixpac
2017-01-09
1
-0
/
+5
|
/
/
*
/
Don't generate HTML/ERB templates for scaffold controller with --api flag
Prathamesh Sonpatki
2017-01-07
1
-0
/
+6
|
/
*
Fix style guide violations
Rafael Mendonça França
2017-01-05
1
-1
/
+0
*
Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-vars
Rafael Mendonça França
2017-01-03
1
-0
/
+12
|
\
|
*
Rails.env falls back to dev mode when env var is empty
Daniel Deng
2017-01-04
1
-0
/
+12
*
|
Fix configuration test now that Metal#env was removed
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
|
Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...
Rafael Mendonça França
2017-01-03
1
-20
/
+0
*
|
Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-...
Rafael França
2017-01-03
1
-0
/
+20
|
\
\
|
*
|
Fix generator command for nested (namespaced) rails engine
Fumiaki MATSUSHIMA
2017-01-03
1
-0
/
+20
*
|
|
Remove test to the db:test:clone
Rafael Mendonça França
2017-01-03
1
-10
/
+0
[next]