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
*
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
*
Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_default
Rafael Mendonça França
2014-04-11
1
-2
/
+5
|
\
|
*
Update Gemfile templates to provide correct debugger
David Rodríguez de Dios
2014-04-08
1
-2
/
+5
*
|
Move assets precompile (and version) to an initializer
Matthew Draper
2014-04-11
1
-1
/
+1
|
/
*
Check if any sqlite files are not included in the gitignore
Rafael Mendonça França
2014-03-24
1
-2
/
+2
*
Remove sqlite3 lines from .gitignore if the application is not using sqlite3.
Dmitrii Golub
2014-03-24
1
-1
/
+25
*
Remove inclusion of rubysl gem for rbx on generated Gemfile
Carlos Antonio da Silva
2014-02-25
1
-7
/
+0
*
[skip ci] Fix test name typo in app generator tests.
Spencer Rogers
2014-02-25
1
-1
/
+1
*
remove railties changes. fixes #14054
Aaron Patterson
2014-02-14
1
-67
/
+0
*
Fix AppGeneratorTest: serializer option was removed from session_store
Guillermo Iguaran
2014-02-11
1
-1
/
+1
*
Modify the session serializer implementation
Guillermo Iguaran
2014-01-30
1
-1
/
+1
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
1
-1
/
+1
*
Use single quotes in generated files
Chulki Lee
2014-01-14
1
-4
/
+4
*
standardize on jruby_skip & rbx_skip
Gaurish Sharma
2014-01-13
1
-2
/
+2
*
Skip Spring App Generator tests on JRuby
Gaurish Sharma
2014-01-13
1
-0
/
+2
*
upgrade SDoc
Xavier Noria
2014-01-12
1
-2
/
+2
*
add a more restricted codepath for templates fixes #13390
Aaron Patterson
2014-01-08
1
-4
/
+25
*
refactor generator tests to use block form of Tempfile
Aaron Patterson
2014-01-08
1
-36
/
+30
*
Make sure that spring is loaded in development only
Arun Agrawal
2013-12-05
1
-1
/
+1
*
Install Spring preloader when generating new applications
Jon Leighton
2013-12-03
1
-0
/
+28
*
config.assets.enabled isn't used anymore to disable Rails asset pipeline
Guillermo Iguaran
2013-12-01
1
-1
/
+0
*
Fixes failing test for JRuby
Arun Agrawal
2013-11-29
1
-0
/
+3
*
Checking no debugger on JRuby
Arun Agrawal
2013-11-29
1
-1
/
+7
*
Cleaned up app generator test
Arun Agrawal
2013-11-23
1
-21
/
+6
*
Use a more generic assertion to make sure this tests will be useful.
Rafael Mendonça França
2013-11-22
1
-3
/
+2
*
Fix the assertion for not inclusion of turbolinks on application.js.
Lauro Caetano
2013-11-22
1
-1
/
+1
*
Remove turbolinks when generating a new application based on a template
Lauro Caetano
2013-11-21
1
-3
/
+10
*
Added platform dependent gems
Arun Agrawal
2013-11-07
1
-0
/
+7
*
application template respects Gemfile entries
Aaron Patterson
2013-11-04
1
-0
/
+20
*
gems can be added or skipped from the template
Aaron Patterson
2013-11-04
1
-0
/
+26
*
No web-console for now
Arun Agrawal
2013-11-03
1
-5
/
+0
*
Fixed tests for app_generator
Arun Agrawal
2013-10-27
1
-2
/
+13
*
Removal of javascript related gems when creating an app
Robin Dupret
2013-10-27
1
-5
/
+7
[next]