aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
...
* | Try with web-console masterRafael Mendonça França2014-09-011-1/+1
* | Use jquery-rails masterRafael Mendonça França2014-09-011-1/+1
* | Keep it closer to the original wording [ci skip]Godfrey Chan2014-08-311-1/+1
* | Since /console is an optional feature, mention <%= console %> instead.Rhett Sutphin2014-08-311-1/+1
* | fix broken `gem` method with non-String arguments. Closes #16709.Yves Senn2014-08-271-4/+6
* | [ActiveJob] Add hook for test_framework and test templatesAbdelkader Boudih2014-08-222-0/+22
* | Don't fight against ourselves for the default log levelMatthew Draper2014-08-221-2/+2
* | Remove timestamp type from generator usageRafael Mendonça França2014-08-201-1/+0
* | Require ActiveJob in case a skip_xxx option is givenslainer682014-08-201-0/+1
* | remove end-of-line spacing in development.rb, production.rbNick Sinenko2014-08-202-2/+2
* | Fix blank link on config/application.rb app template [ci skip]Carlos Antonio da Silva2014-08-191-1/+1
* | Point to right sass-rails versionRafael Mendonça França2014-08-191-1/+1
* | Use web-console 2.0.0.beta2 on new appsGuillermo Iguaran2014-08-191-1/+1
* | Use released rails-html-sanitizerRafael Mendonça França2014-08-191-1/+1
* | Merge pull request #16563 from arthurnn/add_ar_raise_trans_optionRafael Mendonça França2014-08-191-0/+5
|\ \
| * | Add default .raise_in_transactional_callbacks option to templateArthur Neves2014-08-191-0/+5
* | | loofah require dependecy is not needed anymoreRafael Mendonça França2014-08-191-2/+0
|/ /
* | Rack is released tooRafael Mendonça França2014-08-181-4/+2
* | No need to point to arel and i18n master anymoreRafael Mendonça França2014-08-181-6/+2
* | Fix rails-html_sanitizer in Gemfile templateJon Atack2014-08-181-1/+1
* | Merge pull request #16062 from sgrif/sg-required-generatorsRafael Mendonça França2014-08-171-4/+20
|\ \
| * | Add a `required` option to the model generatorSean Griffin2014-08-081-4/+20
* | | Merge branch 'master' into loofahRafael Mendonça França2014-08-173-5/+2
|\ \ \
| * \ \ Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-171-1/+1
| |\ \ \
| | * | | Lock web-console to 2.0.0.beta1 for the first 4.2 betaGenadi Samokovarov2014-08-181-1/+1
| * | | | Dont encourage people to run without autoflush in productionDavid Heinemeier Hansson2014-08-171-3/+0
| |/ / /
| * | | s/Dont'/Don't/Akira Matsuda2014-08-151-1/+1
* | | | Use the release gems and point application gemfile to right loofahRafael Mendonça França2014-08-171-1/+3
* | | | Prepare for partial release.Kasper Timm Hansen2014-08-171-0/+3
|/ / /
* / / Fixes test for Gemfile entry changesArun Agrawal2014-08-082-2/+2
|/ /
* | Pull spring gem entry into the Gemfile template instead of gemfile_entries so...David Heinemeier Hansson2014-08-072-10/+12
* | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-072-0/+17
|\ \
| * \ Merge pull request #16359 from skanev/after-bundle-in-rails-templatesYves Senn2014-08-062-0/+17
| |\ \
| | * | Add an after_bundle callback in Rails templatesStefan Kanev2014-08-032-0/+17
* | | | Stop using padding in the generated Gemfile -- it looks shitDavid Heinemeier Hansson2014-08-072-6/+1
|/ / /
* | | Bring back the helpers testsJosé Valim2014-08-052-0/+11
* | | Fix typo [ci skip]Jon Atack2014-08-041-1/+1
* | | Explain why we use asset digests, not what a setter doesDavid Heinemeier Hansson2014-08-032-2/+4
* | | Add suggestion as to how you can app the the assets load pathDavid Heinemeier Hansson2014-08-031-0/+3
* | | A few more tests asserting the presence of helper test stubsDavid Heinemeier Hansson2014-08-032-5/+0
* | | Change the production log level default from :info to :debug. All production ...David Heinemeier Hansson2014-08-031-2/+2
* | | Generating stubs for helper tests is overly specific. Most helpers should sim...David Heinemeier Hansson2014-08-033-21/+0
|/ /
* | Give password_confirmation div the "field" class in erb form templatenoinkling2014-07-291-1/+1
* | Additional clarification on password:digest in scaffold and model generator h...noinkling2014-07-252-4/+16
* | Add password:digest information to scaffold generator help text [ci skip]noinkling2014-07-251-1/+5
|/
* Fix syntax errorRafael Mendonça França2014-07-231-1/+2
* Dev and edge application and plugins need to include i18n masterRafael Mendonça França2014-07-231-1/+2
* Set Psych as the YAML engine for RubiniusRobin Dupret2014-07-231-0/+9
* Merge pull request #16212 from aantix/additional_migration_conflict_help_mess...Rafael Mendonça França2014-07-181-1/+2
|\
| * Modified migration conflict message to remove the string concatenation.Jim Jones2014-07-181-3/+3