aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates
Commit message (Expand)AuthorAgeFilesLines
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* Strip trailing whitespace from generated applications [#4905 state:resolved]Chris Griego2010-06-205-8/+8
* Adds a few connection parameters for IBM databases.Antonio Cangiano2010-06-181-24/+36
* Create mailers folder when starting a new rails appLawrence Curtis2010-06-121-0/+0
* Remove outdated section on web servers that didnt really tell you much anywayDavid Heinemeier Hansson2010-06-091-26/+1
* Remove needless links and search box and update doc linksDavid Heinemeier Hansson2010-06-091-17/+0
* You dont have to manually mention the application layout, its automatically usedDavid Heinemeier Hansson2010-06-091-1/+0
* Readme file changes:Rizwan Reza2010-06-051-56/+23
* Merge branch 'master' of git://github.com/rails/railsRizwan Reza2010-06-051-0/+3
|\
| * You need the ruby-debug available in your Gemfile for debugger to workDavid Heinemeier Hansson2010-06-021-0/+3
* | Improve Rails README [#4740 state:resolved]Matt Di Pasquale2010-06-051-119/+189
|/
* Merge commit 'rails/master'Xavier Noria2010-05-011-5/+2
|\
| * The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-5/+2
* | Small grammatical fix.Ben Orenstein2010-04-291-1/+1
* | Make output match code.Ben Orenstein2010-04-291-1/+1
* | Fix sentence fragment and improve wording in generated README.Ben Orenstein2010-04-291-2/+2
|/
* Switch driver to pg. [#3635 state:resolved]Jeremy Kemper2010-04-271-5/+5
* No need to require test and rdoc tasks.José Valim2010-04-261-3/+0
* Squash backtraces from Bundler.setupAndre Arko2010-04-211-2/+6
* Make i18n fallbacks configurable and fallback to the default locale by defaul...Sven Fuchs2010-04-171-0/+4
* Allow a Rails application to be initialized from any directory and not just f...José Valim2010-04-141-2/+5
* Update the Bundler snippet for 0.9.15 and aboveAndre Arko2010-04-121-13/+5
* Make dev and edge app generation options generate edge arel on GemfileSantiago Pastorino2010-04-121-0/+2
* Use thor shorthand for indicating that application.html.erb is a templateJeremy Kemper2010-04-092-0/+0
* Partially revert "A new application now comes with a layout and a stylesheet."Jeremy Kemper2010-04-093-65/+0
* Include app name in layout titleJeremy Kemper2010-04-091-4/+5
* Discourage << as public API, much less configJeremy Kemper2010-04-091-1/+1
* Layout contents are html-safeJeremy Kemper2010-04-091-1/+1
* Trim application.html.erb fatJeremy Kemper2010-04-091-5/+1
* Still use the directory command and also remove the fixture comments.José Valim2010-04-091-2/+2
* Don't include fixtures if --skip-activerecord is givenSantiago Pastorino2010-04-091-0/+2
* Update rails.js to the latest one at http://github.com/rails/prototype-ujsJosé Valim2010-04-081-32/+41
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-0/+3
* Use raw in yield since templates engines should not be required to html_safe ...José Valim2010-04-061-1/+1
* A new application now comes with a layout and a stylesheet.José Valim2010-04-065-0/+83
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-052-4/+2
* Fixing index style [#4313 state:committed]Santiago Pastorino2010-04-021-1/+2
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-0/+3
* Missed __FILE__Jeremy Kemper2010-03-311-1/+1
* To skip bundler, `rm Gemfile`. Create a Gemfile to use it again.Jeremy Kemper2010-03-312-11/+12
* Add --skip-bundler option to rails application generatorJoshua Peek2010-03-312-0/+6
* Revert "Reorganized app/test directory. [#3057 state:resolved]"José Valim2010-03-293-0/+0
* Reorganized app/test directory. [#3057 state:resolved]Rizwan Reza2010-03-283-0/+0
* Rails 3 application can run performance tests now. [#4171 state:resolved]Rizwan Reza2010-03-281-1/+1
* Fixes typo in environments/production.rb template.watsonian2010-03-271-1/+1
* Make X-Sendfile default to "" so it works correctly in dev mode.wycats2010-03-261-0/+9
* Merge branch 'master' into docrailswycats2010-03-2651-0/+9266
|\
| * Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-2351-0/+9265
|/
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1859-8624/+0
* Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved]Rizwan Reza2010-01-171-1/+12