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
...
*
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
*
|
Drop the explicit version requirements for web-console
Genadi Samokovarov
2016-03-08
1
-2
/
+2
*
|
Merge pull request #24001 from 5t111111/fix-gsub-cookies_serializer
Rafael França
2016-03-02
1
-1
/
+2
|
\
\
|
*
|
Fix description in cookies_serializer.rb being corrupted when updating
Hirofumi Wakasugi
2016-03-02
1
-1
/
+2
*
|
|
Fix typo in app_generator_test.rb
Hirofumi Wakasugi
2016-03-02
1
-1
/
+1
|
/
/
*
|
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
|
|
/
*
|
Mock fork twice
Rafael Mendonça França
2016-03-01
1
-1
/
+1
*
|
generate config/spring.rb in new applications [closes #18874]
Xavier Noria
2016-02-29
1
-0
/
+2
|
/
*
remove rack cors initializer when updating
yuuji.yaginuma
2016-02-27
1
-0
/
+26
*
[close #23681] Use puma 3.0.0+
schneems
2016-02-26
1
-0
/
+5
*
Old applications will not get the ssl_options initializer
Prathamesh Sonpatki
2016-02-25
1
-0
/
+28
*
Enable Action Cable routes by default
Jon Moss
2016-02-24
1
-3
/
+0
*
Switch to `data-turbolinks-track="reload"`
Sam Stephenson
2016-02-23
1
-2
/
+2
*
adds --skip-listen to the application generator [closes #23590]
Xavier Noria
2016-02-17
1
-6
/
+27
*
include spring-watcher-listen in the Gemfile of new applications
Xavier Noria
2016-02-10
1
-0
/
+1
*
enables the evented monitor in new applications
Xavier Noria
2016-02-10
1
-0
/
+22
*
- app generate option --skip-sprockets leaves jquery-rails gem, which relies ...
Vipul A M
2016-02-04
1
-1
/
+2
*
Update assertion on redis in generated Gemfile
Prem Sichanugrist
2016-02-04
1
-1
/
+1
*
move `test_generator_if_skip_action_cable_is_given_for_an_api_app` to the app...
yuuji.yaginuma
2016-02-02
1
-11
/
+0
*
Merge pull request #23057 from schneems/schneems/default-puma-config
Richard Schneeman
2016-02-01
1
-0
/
+9
|
\
|
*
Add Default Puma Config
schneems
2016-01-29
1
-0
/
+9
*
|
Switch the default redis adapter to a single-stream model
Matthew Draper
2016-02-01
1
-3
/
+0
*
|
Add an after_bundle callback in Rails plugin templates
Ryan Manuel
2016-01-28
1
-2
/
+3
*
|
prevent --skip-action-cable from erroring when --api option is used
Dave Riddle
2016-01-22
1
-0
/
+12
|
/
*
Merge pull request #23174 from JuanitoFatas/followup-skip-action-cable
Kasper Timm Hansen
2016-01-22
1
-0
/
+3
|
\
|
*
Remove action_cable_meta_tag when skip action_cable
JuanitoFatas
2016-01-22
1
-0
/
+3
[prev]
[next]