| Commit message (Expand) | Author | Age | Files | Lines |
* | sprockets 2.9.x doesn't work with uglifier 2.0 yet. | Rafael Mendonça França | 2013-04-06 | 1 | -2/+2 |
* | Merge branch 'master' into railstest | Aaron Patterson | 2013-04-05 | 2 | -11/+17 |
|\ |
|
| * | Model generator USAGE doc improved | Jason King | 2013-04-04 | 1 | -10/+16 |
| * | add require to suppress warning; remove variable | Vipul A M | 2013-04-04 | 1 | -1/+1 |
* | | apps that depend on active record should load fixtures | Aaron Patterson | 2013-04-03 | 1 | -3/+2 |
|/ |
|
* | Avoid running bundler on tests that don't need it | Sam Ruby | 2013-04-03 | 1 | -1/+4 |
* | Getting rid of a few other vestiges of rails.png. | Steve Klabnik | 2013-04-02 | 1 | -1/+0 |
* | We don't need to remove index.html any more. | Steve Klabnik | 2013-04-02 | 1 | -1/+0 |
* | .gitkeep -> .keep | Steve Klabnik | 2013-04-02 | 1 | -0/+0 |
* | adding .gigkeep to default app/assets/images | Steve Klabnik | 2013-04-02 | 1 | -0/+0 |
* | Remove rails.png. | Steve Klabnik | 2013-04-02 | 1 | -0/+0 |
* | Revert "Use jquery-rails from github" | Santiago Pastorino | 2013-04-02 | 1 | -3/+1 |
* | Revert more Rails.version changes | Rafael Mendonça França | 2013-04-01 | 3 | -4/+4 |
* | Move the class methods to above the protected section | Rafael Mendonça França | 2013-04-01 | 3 | -47/+36 |
* | Merge pull request #10021 from pabloh/refactor_rails_generator_test_case | Rafael Mendonça França | 2013-04-01 | 4 | -211/+259 |
|\ |
|
| * | Break down Rails::Generator::TestCase into modules | Pablo Herrero | 2013-03-31 | 4 | -211/+259 |
* | | Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade | Santiago Pastorino | 2013-04-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au... | Trevor Turk | 2013-03-28 | 1 | -1/+1 |
* | | Make comment about uglifier in generated Gemfile consistent between branches | Carlos Antonio da Silva | 2013-03-30 | 1 | -1/+1 |
* | | be lazy loading SDoc | Xavier Noria | 2013-03-30 | 1 | -1/+1 |
* | | rdoc is no longer a gem dependency, sdoc becomes a runtime dependency | Xavier Noria | 2013-03-30 | 1 | -0/+5 |
* | | Update the call to Bundler.require in application.rb since assets group doesn... | Guillermo Iguaran | 2013-03-28 | 1 | -2/+3 |
* | | Add better comments to assets gems | Guillermo Iguaran | 2013-03-28 | 1 | -9/+22 |
|/ |
|
* | Add coffee-rails and javascript runtime to gemfile if skip_javascript is | Rafael Mendonça França | 2013-03-28 | 1 | -2/+9 |
* | Remove buggy and unnecessary logic | Sam Ruby | 2013-03-27 | 1 | -7/+0 |
* | Cosmetic cleanup of generated Gemfile | Sam Ruby | 2013-03-27 | 1 | -17/+14 |
* | Put coffee-rails in top-level of generated Gemfile | Gabe Kopley | 2013-03-24 | 1 | -15/+27 |
* | Use jquery-rails from github | Sam Ruby | 2013-03-24 | 1 | -1/+3 |
* | Merge pull request #8501 from charliesome/version-to-s | Rafael Mendonça França | 2013-03-23 | 3 | -4/+4 |
|\ |
|
| * | remove references to *::VERSION, replace with *.version | Charlie Somerville | 2013-03-21 | 3 | -4/+4 |
* | | Better styles for the CSS [ci skip] | Rafael Mendonça França | 2013-03-23 | 3 | -38/+38 |
|/ |
|
* | Don't generate a scaffold.css if no-assets | Kevin Glowacz | 2013-03-20 | 1 | -0/+1 |
* | fix sentence [ci skip] | Neeraj Singh | 2013-03-19 | 1 | -1/+1 |
* | config.ru uses the effective Rack app | Yves Senn | 2013-03-15 | 1 | -1/+1 |
* | Add support for generate scaffold password:digest | Sam Ruby | 2013-03-13 | 7 | -13/+29 |
* | Mention that debugging can be slow. | Steve Klabnik | 2013-03-11 | 1 | -0/+2 |
* | Merge pull request #9080 from sikachu/master-rails-test | Rafael Mendonça França | 2013-03-11 | 1 | -3/+4 |
|\ |
|
| * | Make sure that `rails test` load test in test env | Prem Sichanugrist | 2013-03-09 | 1 | -1/+1 |
| * | Improve wording for rails test command | Dalibor Nasevic | 2013-03-09 | 1 | -2/+2 |
| * | Load fixtures only when running suites, or `-f` | Prem Sichanugrist | 2013-03-09 | 1 | -2/+3 |
* | | Make sure that debugger isn't included in production environment. | Teng Siong Ong | 2013-03-09 | 1 | -1/+1 |
|/ |
|
* | Remove extra whitespace and fix a comment | Agis Anastasopoulos | 2013-03-09 | 1 | -2/+2 |
* | add prompt to 422 page to check logs | Nihad Abbasov | 2013-03-04 | 1 | -2/+3 |
* | Merge pull request #9512 from Jacke/master | Guillermo Iguaran | 2013-03-02 | 3 | -33/+126 |
|\ |
|
| * | New beauty pages(404, 422, 500) | Stanislav | 2013-03-02 | 3 | -33/+126 |
* | | :scissors: extra blank line | Akira Matsuda | 2013-03-02 | 1 | -1/+0 |
|/ |
|
* | Ensure plugins generated with plugin new can boot the dummy application | José Valim | 2013-02-28 | 5 | -14/+35 |
* | Use less hyperbole in the language re: allowed parameters | David Czarnecki | 2013-02-26 | 1 | -1/+1 |
* | Merge pull request #9419 from banyan/change-default-root-route-helper | Guillermo Iguaran | 2013-02-25 | 2 | -2/+2 |
|\ |
|
| * | Change default root route helper | Kohei Hasegawa | 2013-02-26 | 2 | -2/+2 |