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
*
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
|
/
*
Generate a `.keep` file in `tmp` folder
Yoong Kang Lim
2015-05-30
1
-0
/
+27
*
Implicitly skip spring for `rails new --dev`
Godfrey Chan
2015-04-20
1
-0
/
+8
*
Merge pull request #19034 from jvanbaarsen/explicit-job-base-class
Matthew Draper
2015-03-30
1
-0
/
+6
|
\
|
*
Add explicit base class for ActiveJob jobs
Jeroen van Baarsen
2015-03-23
1
-0
/
+6
*
|
method_source needs to be a hard dependency on railties
Arthur Neves
2015-03-19
1
-7
/
+0
|
/
*
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
1
-0
/
+33
*
README.rdoc -> README.md for newly generated applications
Xavier Noria
2015-02-06
1
-1
/
+1
*
Remove documentation tasks
Xavier Noria
2015-02-06
1
-5
/
+0
*
Merge pull request #18705 from mrgilman/skip-test
Rafael Mendonça França
2015-01-29
1
-4
/
+4
|
\
|
*
Update option to skip test in generators
Melanie Gilman
2015-01-27
1
-4
/
+4
*
|
introduce `ActiveSupport::Testing::FileFixtures`.
Yves Senn
2015-01-28
1
-0
/
+1
|
/
*
Add the `method_source` gem to the default Gemfile
Sean Griffin
2015-01-13
1
-0
/
+7
*
Remove debugger support
Rafael Mendonça França
2015-01-04
1
-3
/
+0
*
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-0
/
+32
*
Add --skip-action-mailer (or -M) to rails generate
claudiob
2015-01-01
1
-0
/
+28
*
Skip byebug on all non-MRI rubies, fix tests
Sean Griffin
2014-12-22
1
-1
/
+1
*
Only add debugger/byebug if on MRI
Arthur Neves
2014-12-22
1
-1
/
+1
*
Fix Duplicate web-console entries in Gemfile
NorimasaAndo
2014-12-14
1
-0
/
+18
*
Fix rbx generated Gemfile regex
Benjamin Fleischer
2014-10-27
1
-1
/
+1
*
Add back --skip-turbolinks and remove --skip-gems
Rafael Mendonça França
2014-10-26
1
-3
/
+2
[next]