| Commit message (Expand) | Author | Age | Files | Lines |
* | Ok. Enough models for today :rage: | Rafael Mendonça França | 2014-05-12 | 1 | -3/+6 |
* | This is also a model | Rafael Mendonça França | 2014-05-12 | 1 | -1/+1 |
* | This model is a model so it should behaves like one | Rafael Mendonça França | 2014-05-12 | 1 | -7/+3 |
* | Replace :base with :in [ci skip] | Marcio Junior | 2014-05-11 | 1 | -2/+2 |
* | Change Gemfile’s double quotes in plugin generator | Josemar Luedke | 2014-05-10 | 2 | -7/+7 |
* | Merge pull request #15015 from pothibo/database-configuration | Rafael Mendonça França | 2014-05-07 | 3 | -1/+22 |
|\ |
|
| * | Use Rails::Paths::Path#existent in database_configuration | Pier-Olivier Thibault | 2014-05-07 | 3 | -1/+22 |
* | | Return a non zero code when db has never been setup on status | Paul B | 2014-05-07 | 1 | -1/+1 |
|/ |
|
* | rename `str` to `string` to fix overshadowing of variable | Vipul A M | 2014-05-07 | 1 | -1/+1 |
* | Fix rails dbconsole for jdbcmysql adapter. | Gabriel Gilder and Jim Kingdon | 2014-05-05 | 1 | -1/+1 |
* | skip-git should not hit git commands plugin generators | Arun Agrawal | 2014-05-02 | 3 | -14/+38 |
* | Works correctly if git not installed | Roman Shmatov | 2014-05-02 | 2 | -8/+30 |
* | Automaticly add username and email if configured in git-scm, as bundle gem | Abd ar-Rahman Hamidi | 2014-05-02 | 3 | -3/+19 |
* | Avoid unnecessary conditional block | Giovanni Cappellotto | 2014-05-01 | 1 | -5/+0 |
* | Generators, remove leftover variable assignment. refs #14877 | Yves Senn | 2014-04-27 | 1 | -1/+0 |
* | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-25 | 1 | -2/+2 |
|\ |
|
| * | Precompile the image we're referencing, too. | Matthew Draper | 2014-04-24 | 1 | -2/+2 |
* | | Revert "Edge Rails applications doesn't need to use arel master" | Aaron Patterson | 2014-04-23 | 1 | -1/+2 |
|/ |
|
* | Make console and generators blocks works at Application instance level | Rafael Mendonça França | 2014-04-14 | 4 | -0/+114 |
* | :scissors: | Rafael Mendonça França | 2014-04-14 | 1 | -4/+4 |
* | Bundle tzinfo-data on :x64_mingw (64-bit Ruby on Windows). | Phil Ross | 2014-04-12 | 1 | -1/+1 |
* | Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_default | Rafael Mendonça França | 2014-04-11 | 8 | -35/+76 |
|\ |
|
| * | Prevent generation of extra whitespace in templates | David Rodríguez de Dios | 2014-04-10 | 2 | -6/+6 |
| * | Isolate debugger related code | David Rodríguez de Dios | 2014-04-10 | 2 | -24/+32 |
| * | Update Gemfile templates to provide correct debugger | David Rodríguez de Dios | 2014-04-08 | 4 | -7/+21 |
| * | Keep debugger support only for rubies < 2.0.0 | David Rodríguez de Dios | 2014-04-08 | 4 | -10/+29 |
* | | Merge pull request #14689 from matthewd/asset_initializer | Rafael Mendonça França | 2014-04-11 | 5 | -7/+20 |
|\ \ |
|
| * | | Move assets precompile (and version) to an initializer | Matthew Draper | 2014-04-11 | 5 | -7/+20 |
* | | | Require action_controller before any other action_controller file | Rafael Mendonça França | 2014-04-10 | 1 | -0/+1 |
|/ / |
|
* | | +EOL | Akira Matsuda | 2014-04-10 | 1 | -1/+1 |
* | | depend_on_asset is not required anymore on sprockets-rails 2.1.2 | Rafael Mendonça França | 2014-04-09 | 1 | -6/+6 |
* | | Dont abbreviate that which needs no abbreviation | David Heinemeier Hansson | 2014-04-08 | 1 | -2/+2 |
* | | Dont encourage aliases now that we have variants | David Heinemeier Hansson | 2014-04-08 | 1 | -1/+0 |
* | | Use short-form for the scaffold render calls and drop the needless test | David Heinemeier Hansson | 2014-04-08 | 2 | -9/+2 |
|/ |
|
* | Drop in @jeremy's new database.yml template text | Matthew Draper | 2014-04-09 | 11 | -43/+197 |
* | Rails.application should be set inside before_configuration hook | Rafael Mendonça França | 2014-04-07 | 3 | -1/+17 |
* | Remove useless begin..end | Carlos Antonio da Silva | 2014-04-07 | 1 | -2/+1 |
* | Declare the assets dependency | Rafael Mendonça França | 2014-04-04 | 1 | -7/+8 |
* | Use sass-rails 4.0.3 | Rafael Mendonça França | 2014-04-04 | 1 | -1/+1 |
* | Ensure we supply Kernel#y for 1.9 too | Matthew Draper | 2014-04-04 | 3 | -10/+29 |
* | Explicitly load Kernel#y when starting a console | Matthew Draper | 2014-04-04 | 1 | -0/+1 |
* | Revise 'sqlite3:' URL handling for smoother upgrades | Matthew Draper | 2014-04-03 | 3 | -6/+8 |
* | Require yaml explicitly | Adrià Planas | 2014-03-29 | 1 | -0/+1 |
* | Add CHANGELOG entry for #12778 [ci skip] | Rafael Mendonça França | 2014-03-28 | 1 | -0/+4 |
* | Merge pull request #12778 from etehtsea/rake-default-fix | Rafael Mendonça França | 2014-03-28 | 1 | -1/+1 |
|\ |
|
| * | Don't load test env by default | Konstantin Shabanov | 2013-11-11 | 1 | -1/+1 |
* | | Fix build with bundler 1.6 | Rafael Mendonça França | 2014-03-26 | 1 | -1/+1 |
* | | Edge Rails applications doesn't need to use arel master | Rafael Mendonça França | 2014-03-26 | 1 | -2/+1 |
* | | Fix Generation of proper migration when | Kuldeep Aggarwal | 2014-03-25 | 2 | -0/+54 |
* | | Check if any sqlite files are not included in the gitignore | Rafael Mendonça França | 2014-03-24 | 1 | -2/+2 |