aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Fix capitalizationAkshay Vishnoi2014-06-071-4/+4
* remove rubyforge.org that was shut down [ci skip]Gaurav Sharma2014-06-062-4/+2
* File.exist? instead of File.exists? in bin/setupDavid Jones2014-06-021-1/+1
* bin/setup uses `bundle check || bundle install` to improve performance.Yves Senn2014-05-301-1/+1
* `bin/setup` script to bootstrap applications.Yves Senn2014-05-301-0/+28
* integration tests do not need to load fixtures by handXavier Noria2014-05-251-3/+0
* Merge pull request #15299 from andriytyurnikov/engine_friendly_rake_statsRafael Mendonça França2014-05-241-0/+4
|\
| * rake stats for enginesAndriy Tyurnikov2014-05-241-0/+4
* | fixed capitalizationShunsukeAida2014-05-251-1/+1
|/
* Default config.assets.digests to true in developmentDan Kang2014-05-171-0/+3
* New applications should be created with json serializerRafael Mendonça França2014-05-171-0/+5
* Fix app generator test hanging.Christian Wesselhoeft2014-05-171-4/+0
* foo :bomb:Rafael Mendonça França2014-05-161-2/+5
* Generate the cookies_serializer configuration with :marshal when upgradingRafael Mendonça França2014-05-161-0/+11
* Change Gemfile’s double quotes in plugin generatorJosemar Luedke2014-05-101-3/+3
* skip-git should not hit git commands plugin generatorsArun Agrawal2014-05-021-6/+14
* Works correctly if git not installedRoman Shmatov2014-05-021-8/+6
* Automaticly add username and email if configured in git-scm, as bundle gemAbd ar-Rahman Hamidi2014-05-023-3/+19
* Bundle tzinfo-data on :x64_mingw (64-bit Ruby on Windows).Phil Ross2014-04-121-1/+1
* Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_defaultRafael Mendonça França2014-04-112-3/+11
|\
| * Prevent generation of extra whitespace in templatesDavid Rodríguez de Dios2014-04-102-6/+6
| * Update Gemfile templates to provide correct debuggerDavid Rodríguez de Dios2014-04-082-3/+11
* | Move assets precompile (and version) to an initializerMatthew Draper2014-04-113-6/+15
* | +EOLAkira Matsuda2014-04-101-1/+1
* | Dont encourage aliases now that we have variantsDavid Heinemeier Hansson2014-04-081-1/+0
* | Use short-form for the scaffold render calls and drop the needless testDavid Heinemeier Hansson2014-04-081-2/+2
|/
* Drop in @jeremy's new database.yml template textMatthew Draper2014-04-0911-43/+197
* Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-2/+4
* Remove sqlite3 lines from .gitignore if the application is not using sqlite3.Dmitrii Golub2014-03-242-1/+3
* Merge pull request #14195 from robin850/issue-14079Guillermo Iguaran2014-02-281-2/+2
|\
| * Avoid namespacing routes inside enginesRobin Dupret2014-02-261-2/+2
* | Bump version of bcrypt gemT.J. Schuck2014-02-251-1/+1
|/
* Group assets options in production env templateCarlos Antonio da Silva2014-02-231-6/+4
* Add warning when user tried to create model with pluralize name.Kuldeep Aggarwal2014-02-231-0/+4
* Revert "Fixed plugin_generator test"Arun Agrawal2014-02-151-4/+1
* remove railties changes. fixes #14054Aaron Patterson2014-02-141-3/+1
* Updated CHANGELOG, docs, guides and release notes.Godfrey Chan2014-02-111-0/+3
* Remove serializer option from session_store.rb templateGuillermo Iguaran2014-02-111-1/+1
* Add config to disable schema dump after migrationEmil Soman2014-02-061-0/+5
* Modify the session serializer implementationGuillermo Iguaran2014-01-301-1/+1
* Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-1/+1
* Merge pull request #13857 from teoljungberg/replace-file-exists-ehCarlos Antonio da Silva2014-01-271-1/+1
|\
| * Replace File.exists? with File.exist?Teo Ljungberg2014-01-271-1/+1
* | Rails config for raise on missing translationsKassio Borges2014-01-272-0/+6
|/
* Correct grammar from '... allowing both thread web servers ...' to '... allow...Adrien Lamothe2014-01-251-1/+1
* Merge pull request #13696 from senny/engine_bin_rails_load_bundlerYves Senn2014-01-211-0/+4
|\
| * setup Bundler in engines `bin/rails` stub.Yves Senn2014-01-131-0/+4
* | Use single quotes in generated filesChulki Lee2014-01-143-8/+8
* | single quotes for controller generated routesCristian Mircea Messel2014-01-141-3/+3
* | Favor canonical environment variables for secretsschneems2014-01-131-1/+1
|/