aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Require yaml explicitlyAdrià Planas2014-03-291-0/+1
* Merge pull request #12778 from etehtsea/rake-default-fixRafael Mendonça França2014-03-281-1/+1
|\
| * Don't load test env by defaultKonstantin Shabanov2013-11-111-1/+1
* | Edge Rails applications doesn't need to use arel masterRafael Mendonça França2014-03-261-2/+1
* | Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-0/+4
* | Merge pull request #14447 from Houdini/gitignoreRafael Mendonça França2014-03-243-1/+7
|\ \
| * | Remove sqlite3 lines from .gitignore if the application is not using sqlite3.Dmitrii Golub2014-03-243-1/+7
* | | Adding active_model in Rails::InfoAnkit Gupta2014-03-231-1/+1
|/ /
* | Merge pull request #14379 from robertomiranda/rake-notes.configGuillermo Iguaran2014-03-172-15/+26
|\ \
| * | Add config.annotations, in order to register new extensions for Rake notes at...robertomiranda2014-03-161-0/+4
| * | Fix Shadowing extensions variable in Register Annotation Exentsionsrobertomiranda2014-03-161-2/+2
| * | Supporting .ruby, .yml and .yaml Extension in Rake Notesrobertomiranda2014-03-141-1/+1
| * | Remove .scss, .sass, .less, .haml, .slim, coffee from Rake Notes. Now we have...robertomiranda2014-03-141-4/+2
| * | Add Public Api for register new extensions for Rake Notesrobertomiranda2014-03-141-15/+24
* | | Let COMMAND_WHITELIST be an Array, not a StringAkira Matsuda2014-03-161-1/+1
* | | Force sass-rails ~> 4.0.2 to avoid sprockets compatibility errorRafael Mendonça França2014-03-141-1/+1
|/ /
* | require actions rather than create_fileAaron Patterson2014-03-131-1/+1
* | Removed unnecessary command "application"Arun Agrawal2014-03-101-6/+1
* | Merge pull request #14262 from sferik/flat_mapAndrew White2014-03-094-4/+4
|\ \
| * | Replace map.flatten with flat_map in railtiesErik Michaels-Ober2014-03-044-4/+4
* | | Make the rails:template rake task load initializersRobin Dupret2014-03-081-1/+1
* | | Introduce `Rails.gem_version`Prem Sichanugrist2014-03-053-11/+20
* | | Always return an array from formats so there is no need to wrap it when callingCarlos Antonio da Silva2014-03-043-3/+3
* | | Fix for external generators extend Erb::GeneratorsAllen Fair2014-03-041-1/+1
|/ /
* | Merge pull request #14195 from robin850/issue-14079Guillermo Iguaran2014-02-281-2/+2
|\ \
| * | Avoid namespacing routes inside enginesRobin Dupret2014-02-261-2/+2
* | | Merge pull request #14174 from kuldeepaggarwal/fix-resource_generator_testYves Senn2014-02-271-1/+1
|\ \ \
| * | | modify model generator warning message. refs [#174c9f0]Kuldeep Aggarwal2014-02-271-1/+1
| |/ /
* | | pass strings to the underscore methodAaron Patterson2014-02-262-3/+3
* | | Merge pull request #14149 from tjschuck/bcrypt_gem_renameCarlos Antonio da Silva2014-02-261-1/+1
|\ \ \
| * | | Bump version of bcrypt gemT.J. Schuck2014-02-251-1/+1
| |/ /
* / / Remove inclusion of rubysl gem for rbx on generated GemfileCarlos Antonio da Silva2014-02-251-9/+0
|/ /
* | include names in model generator warning message. refs #13515.Yves Senn2014-02-241-4/+6
* | Group assets options in production env templateCarlos Antonio da Silva2014-02-231-6/+4
* | update version to 4.2.0.alphaYves Senn2014-02-231-2/+2
* | Merge pull request #13515 from kuldeepaggarwal/f-model-generationGodfrey Chan2014-02-223-11/+32
|\ \
| * | Add warning when user tried to create model with pluralize name.Kuldeep Aggarwal2014-02-233-11/+32
* | | Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665."Guillermo Iguaran2014-02-211-5/+1
|/ /
* | Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-1/+1
|\ \
| * | Preparing for 4.1.0.beta2 releaseRafael Mendonça França2014-02-181-1/+1
* | | Revert "Fixed plugin_generator test"Arun Agrawal2014-02-151-4/+1
* | | remove railties changes. fixes #14054Aaron Patterson2014-02-143-91/+10
* | | fix path shown in mailer's templatesKassio Borges2014-02-142-2/+2
* | | Merge pull request #13945 from rails/json_cookie_serializer_improvementsGuillermo Iguaran2014-02-133-2/+5
|\ \ \
| * | | 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
| * | | Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-1/+1
* | | | do not crash when `config/secrets.yml` is blank.Yves Senn2014-02-121-1/+2
* | | | Hide bundler output for `rails new` if quiet option is specified.Christian Wesselhoeft2014-02-111-1/+2
* | | | add a send so `apply` can be called. Fixes #13510Aaron Patterson2014-02-111-1/+1
|/ / /