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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Track the version-compatible config settings inside railties
Matthew Draper
2017-03-18
2
-22
/
+8
*
Merge pull request #28409 from y-yagi/make_destroy_command_work_within_engines
Eileen M. Uchitelle
2017-03-15
1
-0
/
+55
|
\
|
*
Make destroy command work within engines
yuuji.yaginuma
2017-03-14
1
-0
/
+55
*
|
Rename test of `app:update` to more appropriate name
yuuji.yaginuma
2017-03-15
1
-7
/
+7
|
/
*
Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...
Rafael França
2017-02-24
1
-0
/
+15
|
\
|
*
Make adding gemfile entry work even if specify only the plugin name
yuuji.yaginuma
2017-02-24
1
-0
/
+15
*
|
Revert "Revert "Add encrypted secrets""
Kasper Timm Hansen
2017-02-23
2
-0
/
+43
*
|
Revert "Add encrypted secrets" (#28127)
David Heinemeier Hansson
2017-02-23
2
-43
/
+0
*
|
Add encrypted secrets (#28038)
Kasper Timm Hansen
2017-02-23
2
-0
/
+43
*
|
Merge pull request #27572 from matthewd/prerelease-specifier
Matthew Draper
2017-02-23
1
-4
/
+4
|
\
\
|
*
|
Simplify the version specifier generated by prereleases
Matthew Draper
2017-01-05
1
-4
/
+4
*
|
|
Revert back to the original of using package.json in the root of the project ...
David Heinemeier Hansson
2017-02-21
2
-6
/
+6
*
|
|
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 `ActiveSupport.halt_callback_chains_on_return_false` from everywhere
yuuji.yaginuma
2017-02-08
1
-1
/
+0
*
|
|
Ignore yarn error log file
yuuji.yaginuma
2017-02-03
1
-0
/
+5
*
|
|
Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runner
Rafael França
2017-01-30
1
-0
/
+11
|
\
\
\
|
*
|
|
add warnings option to test runner
yuuji.yaginuma
2017-01-24
1
-0
/
+11
*
|
|
|
do not run `git init` when specify the `pretend` option
yuuji.yaginuma
2017-01-23
1
-0
/
+1
|
/
/
/
*
|
|
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
|
*
|
|
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
*
|
|
|
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
*
|
|
|
Generate migrations at path set by `config.paths["db/migrate"]`
Kevin Glowacz
2017-01-16
2
-0
/
+20
*
|
|
|
make all rails commands work in engine
yuuji.yaginuma
2017-01-09
1
-0
/
+1
|
/
/
/
*
/
/
Don't generate HTML/ERB templates for scaffold controller with --api flag
Prathamesh Sonpatki
2017-01-07
1
-0
/
+6
|
/
/
*
|
Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...
Rafael Mendonça França
2017-01-03
1
-20
/
+0
*
|
Fix generator command for nested (namespaced) rails engine
Fumiaki MATSUSHIMA
2017-01-03
1
-0
/
+20
|
/
*
Remove bin/yarn if yarn is skipped, tidy up tests
Prathamesh Sonpatki
2017-01-01
1
-0
/
+7
*
Correct indent-accounting in controller route generation
Matthew Draper
2016-12-25
1
-1
/
+1
*
Privatize unneededly protected methods in Railties tests
Akira Matsuda
2016-12-24
4
-4
/
+4
*
fix broken tests (#27308)
Yuji Yaginuma
2016-12-08
1
-3
/
+2
*
specify `skip_yarn` option in API-only Application (#27309)
Yuji Yaginuma
2016-12-08
1
-1
/
+4
*
Make Yarn the default, drop default vendor/asset directories (#27300)
David Heinemeier Hansson
2016-12-08
2
-25
/
+11
*
Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)
David Heinemeier Hansson
2016-12-01
1
-1
/
+1
*
Merge pull request #26836 from Liceth/npm
Guillermo Iguaran
2016-11-29
1
-0
/
+24
|
\
|
*
Add node_modules path to assets load paths when --yarn option is used
Liceth Ovalles
2016-11-28
1
-0
/
+1
|
*
Add package.json for Yarn if --yarn option is added
Liceth Ovalles
2016-11-28
1
-0
/
+23
*
|
rails-ujs is now shipped with Action View
Guillermo Iguaran
2016-11-29
2
-3
/
+0
|
/
*
Don't add jQuery by default in new apps and use rails-ujs as UJS adapter instead
Guillermo Iguaran
2016-11-21
3
-14
/
+9
[next]