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
/
actions_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes using `add_source` with a block after using `gem` in a custom rails
Will Fisher
2015-12-21
1
-0
/
+9
*
Fix tests
David Heinemeier Hansson
2015-12-17
1
-2
/
+0
*
Fix test
David Heinemeier Hansson
2015-12-16
1
-1
/
+10
*
Route generator should be idempotent - closes #22082
Thiago Pinto
2015-10-31
1
-0
/
+15
*
Cleaned up generators tests using internal assertion helper
Ronak Jangir
2015-08-20
1
-26
/
+11
*
cherry-pick test and source doc from #20050
Hirofumi Wakasugi
2015-06-25
1
-0
/
+8
*
Removed use of mocha from railties actions_test
Ronak Jangir
2015-06-01
1
-27
/
+52
*
Add a new-line to the end of route method generated code.
Arthur Neves
2015-03-18
1
-0
/
+24
*
README.rdoc -> README.md for newly generated applications
Xavier Noria
2015-02-06
1
-2
/
+2
*
Remove some warning with Ruby 2.2
Rafael Mendonça França
2014-12-29
1
-1
/
+1
*
fix broken `gem` method with non-String arguments. Closes #16709.
Yves Senn
2014-08-27
1
-0
/
+10
*
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
|
/
*
Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotes
Yves Senn
2014-05-27
1
-7
/
+15
|
\
|
*
Replace double quotes with single quotes while adding an entry into Gemfile
alexbel
2014-05-26
1
-7
/
+7
|
/
*
Removing the app constant and replacing it with Rails.application
wangjohn
2013-04-30
1
-1
/
+1
*
Fix readme tests
Carlos Antonio da Silva
2013-01-07
1
-2
/
+2
*
Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...
Jeremy Kemper
2013-01-06
1
-1
/
+1
*
Refactor tests that switch RAILS_ENV and RACK_ENV
Carlos Antonio da Silva
2012-12-06
1
-16
/
+15
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-18
/
+18
*
Use new hash syntax for generators gem method
Alexey Vakhov
2012-05-22
1
-0
/
+8
*
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-37
/
+0
*
Add the .rdoc extension to the README that Rails generates for a new application
Steve Richert
2011-12-09
1
-3
/
+3
*
Updating newline fix to maintain existing linebreaks and indentation and test...
John Donahue
2011-11-25
1
-4
/
+6
*
Added tests for #3751
ganesh
2011-11-25
1
-1
/
+1
*
Isolate rake action tests that should be run under default env
Guillermo Iguaran
2011-10-08
1
-4
/
+8
*
The generator invokes rake with either the :env option, ENV['RAILS_ENV'], or ...
Jeremy Kemper
2011-10-08
1
-3
/
+5
*
Honour RAILS_ENV environment variable when running rake.
Dmitriy Kiriyenko
2011-09-29
1
-0
/
+16
*
Add gem_group support to generators
Wojciech Mach
2011-09-04
1
-0
/
+14
*
fix indent for generator environment method
Alexey Vakhov
2011-09-02
1
-1
/
+1
*
Fix Rails::Generators::Actions#environment when env is passed. Closes #2110
Guillermo Iguaran
2011-07-18
1
-0
/
+7
*
be sure to parenthesize the arguments when the first one is a RegExp literal
Akira Matsuda
2011-05-18
1
-2
/
+2
*
log and readme should respect --quiet
José Valim
2011-03-04
1
-0
/
+25
*
Fix app and actions generators tests
Piotr Sarnacki
2010-09-25
1
-0
/
+5
*
Remove deprecation warnings in railties
Carlos Antonio da Silva
2010-09-06
1
-37
/
+0
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
Xavier Noria
2010-06-24
1
-3
/
+3
*
Bundler deprecated options in Gemfile with application template using method ...
Adrian Sanchez
2010-05-15
1
-2
/
+12
*
Update generators to use thor 0.13.6 with simpler source_root handling.
José Valim
2010-04-30
1
-1
/
+1
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
1
-1
/
+1
*
removed useless require line
Sebastian Martinez
2010-03-19
1
-3
/
+0
*
Add readme as method in Rails::Generators::Actions (as we had in 2.3)
José Valim
2010-02-17
1
-0
/
+6
*
Fixes unescaped version passthrough of generator 'gem' command. [#3901 status...
Michael Bleigh
2010-02-10
1
-0
/
+18
*
fix usage examples and more to use new invocations
RomD
2010-02-06
1
-5
/
+5
*
Get generators tests running on Ruby 1.9.1
José Valim
2010-01-19
1
-1
/
+2
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
1
-2
/
+2
*
Automatically remove :generators: from namespaces.
José Valim
2010-01-18
1
-1
/
+1
*
Ensure generators can be invoked by their shortcut and remove attr_reader tasks.
José Valim
2010-01-18
1
-0
/
+13
*
Move all generators tests to use new test case syntax.
José Valim
2010-01-03
1
-9
/
+3
[next]