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
/
lib
/
rails
/
generators
/
named_base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move generator namespacing to Base
Lisa Ugray
2017-07-19
1
-36
/
+0
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Fix rubocop violations
yuuji.yaginuma
2017-04-12
1
-1
/
+1
*
add field ids when generating a scaffold form.
Yves Senn
2017-03-26
1
-0
/
+4
*
Fix generator command for nested (namespaced) rails engine (take 2)
Fumiaki MATSUSHIMA
2017-01-07
1
-2
/
+6
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...
Rafael Mendonça França
2017-01-03
1
-2
/
+2
*
Fix generator command for nested (namespaced) rails engine
Fumiaki MATSUSHIMA
2017-01-03
1
-2
/
+2
*
Privatize unneededly protected methods in Railties
Akira Matsuda
2016-12-25
1
-36
/
+38
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Remove unused method `namespaced_file_path`
Fumiaki MATSUSHIMA
2016-12-14
1
-4
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-12
/
+12
*
Cable: Generate .js or .coffee files while generating channel as per the java...
Prathamesh Sonpatki
2016-05-17
1
-0
/
+4
*
make generated controller test work correctly
yuuji.yaginuma
2016-01-06
1
-0
/
+4
*
Update test generators to use ActionDispatch::IntegrationTest
Abdelkader Boudih
2015-12-15
1
-0
/
+12
*
fix NoMethodError that occurs when generating scaffold inside full mode engine
yuuji.yaginuma
2015-06-28
1
-0
/
+4
*
[ci skip] Fix the Rails::Generators::NamedBase#template doc
Roque Pinel
2015-06-15
1
-2
/
+2
*
respect `pluralize_table_names` when generate fixture file. fixes #19519
yuuji.yaginuma
2015-03-27
1
-0
/
+4
*
Fix description for application_name method - change simple to simply
Prathamesh Sonpatki
2014-12-30
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
Add FIXME note about the thor bug
Rafael Mendonça França
2014-05-24
1
-0
/
+2
*
Merge pull request #9083 from bronson/patch-1
Rafael Mendonça França
2014-05-24
1
-1
/
+4
|
\
|
*
avoid using alias in generators
Scott Bronson
2013-01-25
1
-1
/
+4
*
|
avoiding iterations and calling of underscore on all elements of array
Akshay Vishnoi
2013-11-17
1
-1
/
+1
*
|
copy edits[ci skip]
Vijay Dev
2013-05-19
1
-3
/
+1
*
|
Added documentation for Rails::Generators::NamedBase.template
aditya-kapoor
2013-05-14
1
-0
/
+4
*
|
add require to suppress warning; remove variable
Vipul A M
2013-04-04
1
-1
/
+1
*
|
Add support for generate scaffold password:digest
Sam Ruby
2013-03-13
1
-0
/
+1
|
/
*
Add GeneratedAttribute#column_name to get the name of the column in the
Rafael Mendonça França
2012-12-10
1
-1
/
+1
*
Extract a attributes_names method to avoid duplication
Rafael Mendonça França
2012-12-10
1
-0
/
+7
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-2
/
+2
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-4
/
+4
*
reduce number of Strings
Akira Matsuda
2012-06-06
1
-1
/
+1
*
Make method name consistent with existing methods
Andrew White
2012-06-06
1
-3
/
+3
*
Fixed the application_controller require_dependency path generated by the app...
Fred Wu
2012-06-06
1
-4
/
+5
*
Fix generators to help with ambiguous `ApplicationController` issue
Piotr Sarnacki
2012-05-20
1
-0
/
+4
*
Don't indent blank lines in named base generators
Alexey Vakhov
2012-04-25
1
-1
/
+1
*
Updated/changed useless tr/gsubs
Jurriaan Pruis
2012-04-03
1
-1
/
+1
*
Remove key_value helper now that master is 1.9 only and we always use
Rafael Mendonça França
2012-03-13
1
-5
/
+0
*
Tidy up migration types.
José Valim
2011-12-24
1
-1
/
+1
*
added ability to specify from cli when generating a model/migration whether p...
Dmitrii Samoilov
2011-12-24
1
-3
/
+2
*
Get rid of more 1.8.x dead code
José Valim
2011-12-20
1
-7
/
+2
*
Get rid of --old-style-hash
José Valim
2011-12-20
1
-3
/
+0
*
Use namespace if it's a mountable engine
Stefan Sprenger
2011-06-07
1
-3
/
+1
*
initialize @inside_template
Akira Matsuda
2011-05-18
1
-0
/
+1
*
ADdd missing requires (thanks to @arunagw)
José Valim
2011-05-07
1
-0
/
+1
*
Add --old-style-hash option to force creating old style hash on Ruby 1.9
Prem Sichanugrist
2011-04-10
1
-1
/
+4
[next]