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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
*
Require the top file and autoload Base class
Rafael Mendonça França
2013-11-09
1
-2
/
+0
*
Merge pull request #12733 from robin850/fix-railties-build
Rafael Mendonça França
2013-11-01
1
-1
/
+0
|
\
|
*
Remove "circular require considered harmful" error
Robin Dupret
2013-11-01
1
-1
/
+0
*
|
More Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-3
/
+3
|
/
*
rename AppPreparer
Aaron Patterson
2013-10-30
1
-0
/
+1
*
Refactoring Generators::Base.
wangjohn
2013-08-28
1
-14
/
+17
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-8
/
+8
*
update Rails::Generators docs [ci skip]
Francesco Rodriguez
2012-10-07
1
-1
/
+1
*
Remove redundant 'the'.
Uģis Ozols
2012-09-13
1
-1
/
+1
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-2
/
+1
*
Require thor 0.15.3 onwards
José Valim
2012-06-18
1
-0
/
+1
*
Removing ==Examples and last blank lines of docs from railties
Francesco Rodriguez
2012-05-14
1
-3
/
+0
*
added example, removed blank lines
Hrvoje Šimić
2012-04-04
1
-10
/
+0
*
Usage file in generators shouldn't be fetched only based on source_root
Piotr Sarnacki
2012-04-01
1
-4
/
+17
*
Add convenience method to hide a generator from the available ones
Carlos Antonio da Silva
2012-02-03
1
-0
/
+6
*
remove ruby 1.8 support code
Sergey Nartimov
2012-01-29
1
-6
/
+2
*
Fix rails/generators/base.rb documentation for hook_for
Pavel Gabriel
2011-12-29
1
-3
/
+3
*
Doc fixes on Rails::Generators::Base.hook_for.
Hendy Tanata
2011-12-21
1
-3
/
+3
*
treat USAGE as an ERB template
Colin MacKenzie IV
2011-11-02
1
-1
/
+1
*
Fix rails/generators/base.rb documentation for generator lookup
Ryan Bigg
2011-10-10
1
-3
/
+3
*
Removed warnings about shadowing variables
Alexey Gaziev
2011-06-20
1
-3
/
+3
*
Made language consistent with the rest of the comments in the file.
Aditya Sanghi
2011-05-06
1
-2
/
+2
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Make sure the Thor generator LoadError does not output --dev twice [#6431 sta...
Jeff Kreeftmeijer
2011-02-27
1
-1
/
+1
*
Make sure that generator's default banner is showing its namespace
Prem Sichanugrist
2011-01-01
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Fixes usage message when running rails without --dev on a cloned rails repo
Santiago Pastorino
2010-07-26
1
-1
/
+1
*
Changed `ruby /path/to/rails myapp --dev` to `ruby /path/to/rails new myapp -...
Jeff Kreeftmeijer
2010-06-21
1
-1
/
+1
*
Removing Metal from Rails 3.
wycats
2010-05-29
1
-1
/
+1
*
Update generators to use thor 0.13.6 with simpler source_root handling.
José Valim
2010-04-30
1
-16
/
+22
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
1
-1
/
+1
*
No -rubygems needed
wycats
2010-03-22
1
-1
/
+1
*
Provide a better error if thor is missing
wycats
2010-03-22
1
-1
/
+9
*
fix usage examples and more to use new invocations
RomD
2010-02-06
1
-4
/
+4
*
Add config.generators.templates to provide alternative paths for template loo...
José Valim
2010-02-06
1
-2
/
+1
*
Make bin/rails call rails/commands/application, fix generators usage and upda...
José Valim
2010-02-03
1
-1
/
+1
*
No more vendored thor.
José Valim
2010-02-03
1
-1
/
+1
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
1
-1
/
+1
*
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
/
+4
*
No more hacks to ensure generators are executed inside Rails.root.
José Valim
2010-01-07
1
-17
/
+0
*
Create Rails::Generators::TestCase.
José Valim
2010-01-03
1
-1
/
+1
*
Use regexp in lookups instead of traversing namespaces. This removes the need...
José Valim
2010-01-03
1
-28
/
+32
*
Contortions to work around brittle naming dependency
Jeremy Kemper
2009-11-09
1
-27
/
+25
*
Update Rails Generators to use Thor 0.12.0.
José Valim
2009-11-08
1
-0
/
+4
*
Fix generators tests that expect a class name
Jeremy Kemper
2009-11-05
1
-7
/
+10
*
Ensure that generators can be invoked from any directory.
José Valim
2009-11-02
1
-0
/
+17
[next]