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
*
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
*
Remove --skip-action-view option from application generator
Dan Olson
2014-09-24
1
-5
/
+0
*
Require ActiveJob in case a skip_xxx option is given
slainer68
2014-08-20
1
-0
/
+1
*
Fixes test for Gemfile entry changes
Arun Agrawal
2014-08-08
1
-6
/
+11
*
Add an after_bundle callback in Rails templates
Stefan Kanev
2014-08-03
1
-0
/
+15
*
Avoid defining the test if it does not need to when not on JRuby
Carlos Antonio da Silva
2014-07-30
1
-2
/
+2
*
Use default argument when testing generators without the need for extra args
Carlos Antonio da Silva
2014-07-30
1
-3
/
+3
*
Invert unless..else conditions on JRuby checks
Carlos Antonio da Silva
2014-07-30
1
-9
/
+9
*
Set Psych as the YAML engine for Rubinius
Robin Dupret
2014-07-23
1
-0
/
+13
*
Merge branch 'rm-remove-mocha'
Rafael Mendonça França
2014-07-19
1
-0
/
+1
|
\
|
*
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-0
/
+1
*
|
Keep quietly and capture undeprecated on your suite
Rafael Mendonça França
2014-07-15
1
-1
/
+1
|
/
*
Add a generic --skip-gems options to generator
Rafael Mendonça França
2014-06-17
1
-2
/
+3
*
Add an option to skip installation of Turbolinks
Marc Schütz
2014-06-14
1
-0
/
+14
*
`bin/setup` script to bootstrap applications.
Yves Senn
2014-05-30
1
-0
/
+1
*
New applications should be created with json serializer
Rafael Mendonça França
2014-05-17
1
-0
/
+36
*
Fix app generator test hanging.
Christian Wesselhoeft
2014-05-17
1
-2
/
+2
[next]