| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13857 from teoljungberg/replace-file-exists-eh | Carlos Antonio da Silva | 2014-01-27 | 1 | -1/+1 |
|\ |
|
| * | Replace File.exists? with File.exist? | Teo Ljungberg | 2014-01-27 | 1 | -1/+1 |
* | | Rails config for raise on missing translations | Kassio Borges | 2014-01-27 | 2 | -0/+6 |
|/ |
|
* | Correct grammar from '... allowing both thread web servers ...' to '... allow... | Adrien Lamothe | 2014-01-25 | 1 | -1/+1 |
* | Merge pull request #13696 from senny/engine_bin_rails_load_bundler | Yves Senn | 2014-01-21 | 1 | -0/+4 |
|\ |
|
| * | setup Bundler in engines `bin/rails` stub. | Yves Senn | 2014-01-13 | 1 | -0/+4 |
* | | moving controller_name assignment before model name condition | anilmaurya | 2014-01-20 | 1 | -3/+1 |
* | | spring gem moved to rails/spring | Washington Luiz | 2014-01-18 | 1 | -1/+1 |
* | | Use single quotes in generated files | Chulki Lee | 2014-01-14 | 3 | -8/+8 |
* | | single quotes for controller generated routes | Cristian Mircea Messel | 2014-01-14 | 1 | -3/+3 |
* | | Favor canonical environment variables for secrets | schneems | 2014-01-13 | 1 | -1/+1 |
|/ |
|
* | upgrade SDoc | Xavier Noria | 2014-01-12 | 1 | -1/+1 |
* | fixes the Gemfile generator templates | Xavier Noria | 2014-01-12 | 2 | -8/+4 |
* | Removing without_thor_debug | Arun Agrawal | 2014-01-11 | 1 | -13/+3 |
* | MySQL version 4.1 was EOL on December 31, 2009 | Zachary Scott | 2014-01-08 | 1 | -1/+1 |
* | add a more restricted codepath for templates fixes #13390 | Aaron Patterson | 2014-01-08 | 1 | -8/+26 |
* | Move finish_template as the last public method in the generator | Mehdi Lahmam | 2014-01-08 | 1 | -4/+4 |
* | Change all "can not"s to the correct "cannot". | T.J. Schuck | 2014-01-03 | 1 | -1/+1 |
* | Use DATABASE_URL by default | schneems | 2014-01-02 | 11 | -11/+11 |
* | Automatically maintain test database schema | Jon Leighton | 2014-01-02 | 1 | -2/+0 |
* | Reverse 821525e and wrap run_generator call | Andrew White | 2014-01-02 | 1 | -3/+13 |
* | Move default production database to URL sub key | schneems | 2014-01-01 | 10 | -11/+21 |
* | Fix comment syntax | Brian Cardarella | 2013-12-31 | 1 | -1/+1 |
* | Improve font of some code in API documentation [ci skip] | Chun-wei Kuo | 2013-12-26 | 1 | -8/+8 |
* | Add examples and namespace ENV options with "RAILS_" | José Valim | 2013-12-23 | 12 | -13/+25 |
* | Do not store production information in .yml files | José Valim | 2013-12-23 | 12 | -40/+36 |
* | Add comments with urls for email previews | Andrew White | 2013-12-22 | 1 | -0/+2 |
* | `html` and `text` templates for mailers by default | Kassio Borges | 2013-12-20 | 5 | -7/+20 |
* | Bump Jbuilder version to 2.0.0 | Pavel Pravosud | 2013-12-20 | 1 | -1/+1 |
* | Merge pull request #13415 from schneems/schneems/database-no-username | Yves Senn | 2013-12-19 | 2 | -4/+18 |
|\ |
|
| * | Do not expect database user with app name to exist | schneems | 2013-12-19 | 2 | -4/+18 |
* | | Use sass-rails 4.0.1 | Takayuki Matsubara | 2013-12-20 | 1 | -1/+1 |
* | | Merge pull request #13326 from schneems/schneems/add-asset-flag | Guillermo Iguaran | 2013-12-19 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Flag `config.assets.raise_runtime_errors` in dev | schneems | 2013-12-19 | 1 | -0/+5 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Typos. return -> returns. [ci skip] | Lauro Caetano | 2013-12-03 | 1 | -1/+1 |
* | | | make clear that config/secrets.yml passes through ERB and therefore supports ENV | Xavier Noria | 2013-12-18 | 1 | -0/+6 |
* | | | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 2 | -1/+19 |
| |/
|/| |
|
* | | Merge pull request #13298 from rails/secret_tokens | Guillermo Iguaran | 2013-12-13 | 2 | -2/+11 |
|\ \ |
|
| * | | Add comment about secret_key_base in secrets.yml | Guillermo Iguaran | 2013-12-13 | 1 | -0/+12 |
| * | | Rename tokens.yml to secrets.yml | Guillermo Iguaran | 2013-12-12 | 2 | -1/+1 |
| * | | Remove secret_token.rb | Guillermo Iguaran | 2013-12-12 | 1 | -12/+0 |
| * | | Add config/tokens.yml template | Guillermo Iguaran | 2013-12-12 | 2 | -0/+9 |
* | | | Correct comment in databases/postgresql.yml | DV Suresh | 2013-12-12 | 1 | -1/+1 |
|/ / |
|
* | | Revert "Rename not Ruby files to .tt" | Santiago Pastorino | 2013-12-10 | 16 | -0/+0 |
* | | Rename not Ruby files to .tt | Santiago Pastorino | 2013-12-10 | 16 | -0/+0 |
* | | Skipping debugger from plugin Gemfile for JRuby | Arun Agrawal | 2013-12-06 | 1 | -0/+2 |
* | | Install Spring preloader when generating new applications | Jon Leighton | 2013-12-03 | 2 | -1/+26 |
* | | config.assets.enabled isn't used anymore to disable Rails asset pipeline | Guillermo Iguaran | 2013-12-01 | 1 | -5/+0 |
* | | Honor to RAILS_GROUPS env variable while loading gems with Bundler | Guillermo Iguaran | 2013-12-01 | 1 | -1/+1 |