Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #15333 from ShunsukeAida/update_ruby_version | Rafael Mendonça França | 2014-05-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | update the recommended ruby version | ShunsukeAida | 2014-05-27 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #15294 from schneems/schneems/generator-output-in-error2 | Rafael Mendonça França | 2014-05-26 | 2 | -14/+20 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | print generators on failed generate | schneems | 2014-05-26 | 2 | -14/+20 | |
* | | | | | | | simple solution that brings rake stats task to every kind of rails project | Andriy Tyurnikov | 2014-05-26 | 1 | -18/+22 | |
* | | | | | | | Merge pull request #15305 from tgxworld/remove_unnecessary_require | Guillermo Iguaran | 2014-05-24 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove unnecessary require of Minitest. | Guo Xiang Tan | 2014-05-24 | 2 | -2/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | integration tests do not need to load fixtures by hand | Xavier Noria | 2014-05-25 | 1 | -3/+0 | |
* | | | | | | | Merge pull request #15299 from andriytyurnikov/engine_friendly_rake_stats | Rafael Mendonça França | 2014-05-24 | 2 | -19/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | rake stats for engines | Andriy Tyurnikov | 2014-05-24 | 2 | -19/+24 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #15298 from ShunsukeAida/fix_capitalization | Rafael Mendonça França | 2014-05-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fixed capitalization | ShunsukeAida | 2014-05-25 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Add FIXME note about the thor bug | Rafael Mendonça França | 2014-05-24 | 1 | -0/+2 | |
* | | | | | | | Merge pull request #9083 from bronson/patch-1 | Rafael Mendonça França | 2014-05-24 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | avoid using alias in generators | Scott Bronson | 2013-01-25 | 1 | -1/+4 | |
* | | | | | | | Revert "Merge pull request #15293 from schneems/schneems/generator-output-in-... | Yves Senn | 2014-05-24 | 1 | -16/+12 | |
* | | | | | | | Merge pull request #15293 from schneems/schneems/generator-output-in-error | Richard Schneeman | 2014-05-24 | 1 | -12/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | print generators on failed generate | schneems | 2014-05-24 | 1 | -12/+16 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | Future port c8ddb61 | Zachary Scott | 2014-05-23 | 1 | -2/+1 | |
|/ / / / / / | ||||||
* | | | | / | Default config.assets.digests to true in development | Dan Kang | 2014-05-17 | 4 | -14/+20 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | New applications should be created with json serializer | Rafael Mendonça França | 2014-05-17 | 2 | -0/+41 | |
* | | | | | Fix app generator test hanging. | Christian Wesselhoeft | 2014-05-17 | 2 | -6/+2 | |
* | | | | | foo :bomb: | Rafael Mendonça França | 2014-05-16 | 1 | -2/+5 | |
* | | | | | Generate the cookies_serializer configuration with :marshal when upgrading | Rafael Mendonça França | 2014-05-16 | 2 | -1/+12 | |
* | | | | | 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 |