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
*
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
*
|
Add `config/cable.yml` to list of default files in Rails generator
Jon Moss
2016-01-21
1
-0
/
+1
|
/
*
Add em-hiredis and redis as default Gems for new applications
Jon Moss
2016-01-18
1
-0
/
+10
*
Adapterize ActionCable storage and extract behavior
Jon Moss
2016-01-18
1
-1
/
+1
*
Add sass-rails back to the default Gemfile
Rafael Mendonça França
2015-12-30
1
-0
/
+7
*
remove cors initializer from rails app
yuuji.yaginuma
2015-12-22
1
-0
/
+6
*
Ensure Action Cable files are removed when `skip_action_cable` is set.
Jey Balachandran
2015-12-21
1
-0
/
+3
*
ApplicationMailer should be generated by default just like every other Applic...
David Heinemeier Hansson
2015-12-17
1
-1
/
+0
*
No longer uses keep now that we have ApplicationRecord
David Heinemeier Hansson
2015-12-16
1
-1
/
+0
*
Merge branch 'master' into merge-action-cable
Rafael Mendonça França
2015-12-16
1
-0
/
+1
|
\
|
*
Introduce ApplicationRecord, an Active Record layer supertype
Genadi Samokovarov
2015-12-16
1
-0
/
+1
*
|
Add option to skip Action Cable
Rafael Mendonça França
2015-12-14
1
-0
/
+5
|
/
*
Update web-console to 3.0.0
Genadi Samokovarov
2015-12-13
1
-2
/
+2
*
Add version constraint to database gem in generated application
Rafael Mendonça França
2015-10-29
1
-4
/
+8
*
Removed Mocha from app generators tests
Ronak Jangir
2015-09-23
1
-87
/
+106
*
Merge pull request #20605 from dcrec1/assert_file
Yves Senn
2015-06-19
1
-1
/
+1
|
\
|
*
assert_file understands paths with special characters
Diego Carrion
2015-06-18
1
-1
/
+1
*
|
fix railties tests
Mehmet Emin İNAÇ
2015-06-18
1
-2
/
+2
|
/
[next]