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
/
app_base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
application and plugin generation run bundle check unless --skip-gemfile
Xavier Noria
2011-05-13
1
-3
/
+14
*
review fixes
Aditya Sanghi
2011-05-06
1
-0
/
+8
*
No longer need to reference mysql2 from git
David Heinemeier Hansson
2011-05-04
1
-9
/
+1
*
restores the -j option, but now it accepts the name of any library
Xavier Noria
2011-05-04
1
-1
/
+7
*
We no longer depend on those git repos.
José Valim
2011-05-03
1
-6
/
+0
*
Use sprockets beta gem
Joshua Peek
2011-05-01
1
-7
/
+4
*
Prototype and Scriptaculous are no longer vendored, but provided by prototype...
Xavier Noria
2011-04-30
1
-3
/
+0
*
minor git sources formatting change in railties app_base.rb
Josh Kalderimis
2011-04-27
1
-3
/
+3
*
jdbcpostgresql support added into template.
Vishnu Atrai
2011-04-26
1
-2
/
+3
*
Adding jdbcsqlite3 name in comment.
Arun Agrawal
2011-04-24
1
-1
/
+1
*
Looks more friendly.
Arun Agrawal
2011-04-24
1
-1
/
+2
*
jdbcsqlite3 support added into template. #jruby
Arun Agrawal
2011-04-23
1
-1
/
+3
*
Start Adding jdbcmysql support to new rails template.
Arun Agrawal
2011-04-23
1
-2
/
+3
*
Cleanup the Gemfile and compute whats needed depending on whether we are on 1...
David Heinemeier Hansson
2011-04-13
1
-1
/
+20
*
Move json requirement to user Gemfile -- still need to do better than this, t...
David Heinemeier Hansson
2011-04-13
1
-3
/
+0
*
Move the asset template engines to the user-generated Gemfile
David Heinemeier Hansson
2011-04-13
1
-2
/
+0
*
Include CoffeeScript in Gemfile
Joshua Peek
2011-04-13
1
-2
/
+4
*
Fix triplets
David Heinemeier Hansson
2011-04-13
1
-397
/
+1
*
Clean up the generator, switch to assets usage, use vendor/assets for the def...
David Heinemeier Hansson
2011-04-13
1
-0
/
+403
*
Until the latest sprockets gem is released, we need new apps to reference it ...
David Heinemeier Hansson
2011-04-13
1
-9
/
+12
*
jQuery is the new default
Xavier Noria
2011-04-13
1
-4
/
+4
*
Add --old-style-hash option to force creating old style hash on Ruby 1.9
Prem Sichanugrist
2011-04-10
1
-1
/
+4
*
Rails will now generate Ruby 1.9 style hash when running app generator on Rub...
Prem Sichanugrist
2011-04-10
1
-0
/
+9
*
let these heredocs flow with the code
Xavier Noria
2011-03-28
1
-14
/
+15
*
Make edge and dev options use edge mysql2
Santiago Pastorino
2011-03-27
1
-6
/
+14
*
change sqlite3-ruby => sqlite3 in the generators
Aaron Patterson
2011-01-16
1
-13
/
+1
*
Generate javascripts in engine with --mountable option
Piotr Sarnacki
2010-12-16
1
-0
/
+6
*
Allow http templates again, fix the broken test
Xavier Shay
2010-11-27
1
-1
/
+1
*
Application templates should work with HTTPS too
Mikel Lindsaar
2010-11-27
1
-1
/
+1
*
Properly skip test unit in 'plugin new' generator
Piotr Sarnacki
2010-11-02
1
-0
/
+3
*
Properly handle other databases in 'plugin new' generator
Piotr Sarnacki
2010-11-02
1
-0
/
+27
*
Pass more options to test/dummy in 'plugin new' generator
Piotr Sarnacki
2010-11-02
1
-3
/
+13
*
Add --full option to 'plugin new' generator, which generates rails engine
Piotr Sarnacki
2010-11-02
1
-0
/
+5
*
No need for say_step in 'plugin new' generator
Piotr Sarnacki
2010-11-02
1
-10
/
+0
*
DRY up app generator and plugin new generator. Moved shared options to AppBas...
Piotr Sarnacki
2010-11-02
1
-0
/
+28
*
Add --dev and --edge options to rails plugin new
Piotr Sarnacki
2010-11-02
1
-0
/
+34
*
Add support for templates for rails plugin new
Piotr Sarnacki
2010-11-02
1
-0
/
+18
*
Refactored AppGenerator and PluginNewGenerator to inherit from AppBase.
Piotr Sarnacki
2010-11-02
1
-0
/
+61
[prev]