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
/
app_generator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Track the version-compatible config settings inside railties
Matthew Draper
2017-03-18
1
-13
/
+8
*
Rename test of `app:update` to more appropriate name
yuuji.yaginuma
2017-03-15
1
-7
/
+7
*
Revert "Revert "Add encrypted secrets""
Kasper Timm Hansen
2017-02-23
1
-0
/
+1
*
Revert "Add encrypted secrets" (#28127)
David Heinemeier Hansson
2017-02-23
1
-1
/
+0
*
Add encrypted secrets (#28038)
Kasper Timm Hansen
2017-02-23
1
-0
/
+1
*
Revert back to the original of using package.json in the root of the project ...
David Heinemeier Hansson
2017-02-21
1
-5
/
+5
*
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
*
|
Add tests for system testing
eileencodes
2017-02-20
1
-1
/
+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
*
do not run `git init` when specify the `pretend` option
yuuji.yaginuma
2017-01-23
1
-0
/
+1
*
Initalize git repo when creatin new rails app
dixpac
2017-01-12
1
-2
/
+7
*
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
*
Remove bin/yarn if yarn is skipped, tidy up tests
Prathamesh Sonpatki
2017-01-01
1
-0
/
+7
*
Privatize unneededly protected methods in Railties tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
fix broken tests (#27308)
Yuji Yaginuma
2016-12-08
1
-3
/
+2
*
Make Yarn the default, drop default vendor/asset directories (#27300)
David Heinemeier Hansson
2016-12-08
1
-24
/
+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
1
-2
/
+0
|
/
*
Don't add jQuery by default in new apps and use rails-ujs as UJS adapter instead
Guillermo Iguaran
2016-11-21
1
-12
/
+8
*
Add test for #25248
Sean Griffin
2016-11-12
1
-0
/
+10
*
Don't put db:migrate and db:setup in binfiles if activerecord is excluded
Bouke van der Bijl
2016-11-01
1
-0
/
+6
*
remove assets config from `new_framework_defaults` if `--skip-sprockets` is true
yuuji.yaginuma
2016-10-25
1
-0
/
+3
*
don't create db directory when skip active_record
José Gomes Júnior
2016-10-21
1
-0
/
+1
*
Fix test for the edge generator
Rafael Mendonça França
2016-09-14
1
-1
/
+1
*
Merge pull request #26157 from y-yagi/remove_test_mailers_when_skipping_actio...
Rafael França
2016-08-16
1
-0
/
+1
|
\
|
*
remove "test/mailers" directory when skipping action-mailer
yuuji.yaginuma
2016-08-14
1
-0
/
+1
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
|
/
*
Ensure app/mailers is removed when skipping action-mailer
Brian Cardarella
2016-08-12
1
-0
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-49
/
+49
*
A generated app should not include Uglifier with `--skip-javascript` option.
Ben Pickles
2016-07-26
1
-0
/
+5
*
Enforce minimal web-console version for Rails 5
Genadi Samokovarov
2016-07-21
1
-2
/
+2
*
Setup default session store internally, no longer through an application init...
Prathamesh Sonpatki
2016-07-17
1
-10
/
+0
*
Do not run `bundle install` when generating a new plugin.
Rafael Mendonça França
2016-07-01
1
-26
/
+61
*
Remove FORCE option as it was only needed for tests
Prathamesh Sonpatki
2016-06-07
1
-1
/
+3
*
Fix minor regression about old apps not getting per_form_csrf and request_for...
Prathamesh Sonpatki
2016-06-04
1
-17
/
+6
*
Collapse all new default initializers into a single file
Prathamesh Sonpatki
2016-05-31
1
-91
/
+10
*
Move new default initializers into separate directory
Prathamesh Sonpatki
2016-05-28
1
-17
/
+17
*
Add compatibility for Ruby 2.4 `to_time` changes
Andrew White
2016-04-23
1
-0
/
+28
*
Use new hash syntax (#24464)
Jeroen Visser
2016-04-08
1
-2
/
+2
*
Add tests for file_watcher config on update
Arthur Neves
2016-03-21
1
-0
/
+14
*
Merge pull request #23940 from prathamesh-sonpatki/rm-with-dispatchers
Rafael França
2016-03-09
1
-12
/
+12
|
\
|
*
Remove passing `with_dispatchers` to AppGenerator
Prathamesh Sonpatki
2016-03-09
1
-12
/
+12
*
|
Fix the tests after e594000
Genadi Samokovarov
2016-03-08
1
-2
/
+2
[next]