Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | fix bad encoding on contributing to RoR page | Dan Pickett | 2011-05-10 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | minor fix in assets usage | Vijay Dev | 2011-05-10 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | typo fix | Trent Ogren | 2011-05-10 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | fixes github fork url | Vijay Dev | 2011-05-10 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | - Fixed typo in association parameters configuration (again) | Sasha Gerrand | 2011-05-09 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | - Fixed typo in the example of a self join on a model | Sasha Gerrand | 2011-05-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | - Moved foreign key parameter to correct location for self join on a model ↵ | Sasha Gerrand | 2011-05-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | example | |||||
| * | | | | | | Include examples for negative ordinalize in the guide | Vijay Dev | 2011-05-09 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | improve comment in wrap_parameters template | Vijay Dev | 2011-05-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Included more details on Rails coding conventions (from LH Source Style page) | Vijay Dev | 2011-05-08 | 1 | -4/+10 | |
| | | | | | | | ||||||
| * | | | | | | remove unnecessary use of 'Example' | Vijay Dev | 2011-05-07 | 1 | -6/+0 | |
| | | | | | | | ||||||
| * | | | | | | Made language consistent with the rest of the comments in the file. | Aditya Sanghi | 2011-05-06 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Restore emphasis on 'application name'. | Paul Morganthall | 2011-05-05 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' of github.com:lifo/docrails | Jason Voegele | 2011-05-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Rails 3 requires the "new" command to create a new project. | Paul Morganthall | 2011-05-05 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Added info on using Ehcache as cache store. | Jason Voegele | 2011-05-05 | 1 | -1/+30 | |
| |/ / / / / / | ||||||
* | | | | | | | Fixed failing tests for namespaced_generators_test. in 1.9.2 | Arun Agrawal | 2011-05-14 | 1 | -1/+5 | |
| | | | | | | | ||||||
* | | | | | | | asking the user whether he is "offline" rather than "online" seems more ↵ | Xavier Noria | 2011-05-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | natural as reaction to a potential missing network connection | |||||
* | | | | | | | removes now unused method Rails::Generators::AppBase#dev_or_edge? | Xavier Noria | 2011-05-14 | 1 | -4/+0 | |
| | | | | | | | ||||||
* | | | | | | | application and plugin generation run bundle install unless --skip-gemfile ↵ | Xavier Noria | 2011-05-14 | 3 | -7/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | or --skip-bundle | |||||
* | | | | | | | Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9 | Prem Sichanugrist | 2011-05-13 | 2 | -4/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As always, you can run `--old-style-hash` to override that. | |||||
* | | | | | | | Merge pull request #542 from guilleiguaran/1_9_hash_style | José Valim | 2011-05-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use new hash syntax in wrap_parameters initializer under Ruby 1.9 | |||||
| * | | | | | | | Using new hash syntax in wrap_parameters initializer under Ruby 1.9 | Guillermo Iguaran | 2011-05-13 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | move bundler loading down to #bundle_command | Xavier Noria | 2011-05-13 | 1 | -2/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | run bundler programmatically rather than shelling out | Xavier Noria | 2011-05-13 | 1 | -7/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Test added for getting route segment values | Arun Agrawal | 2011-05-13 | 1 | -0/+28 | |
|/ / / / / / / | ||||||
* | | | | | | | use #quietly in a few places, and s/silence/capture/ where intention is capture | Xavier Noria | 2011-05-13 | 2 | -12/+12 | |
| | | | | | | | ||||||
* | | | | | | | eliminating the noise | Akira Matsuda | 2011-05-13 | 1 | -1/+0 | |
| | | | | | | | ||||||
* | | | | | | | new reporting method Kernel#quietly | Xavier Noria | 2011-05-13 | 3 | -3/+11 | |
| | | | | | | | ||||||
* | | | | | | | silences stderr to prevent an expected error message in the test suite from ↵ | Xavier Noria | 2011-05-13 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | being echoed | |||||
* | | | | | | | say something when running bundle commands | Xavier Noria | 2011-05-13 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is convenient because we buffer stdout. In particular bundle install takes a while and generation just hangs there with no indication of what's going on otherwise. | |||||
* | | | | | | | say silence when you mean silence | Xavier Noria | 2011-05-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | application and plugin generation run bundle check unless --skip-gemfile | Xavier Noria | 2011-05-13 | 6 | -15/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this feature is that the user knows whether dependencies are satisfied. In particular, if they are not he will be warned upfront, rather than finding out himself in an abrupt way by trying to run something. | |||||
* | | | | | | | removes duplicate tests | Xavier Noria | 2011-05-13 | 1 | -13/+0 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #532 from amatsuda/update_script | José Valim | 2011-05-12 | 1 | -4/+14 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Revert "Delegate everything to the generator" | |||||
| * | | | | | | | Revert "Delegate everything to the generator" | Akira Matsuda | 2011-05-13 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0904e8256864239f673bf91fce1cfffb9345ee61. reason: rake rails:update:scripts fails due to this change | |||||
* | | | | | | | | Merge pull request #531 from amatsuda/update_javascripts | José Valim | 2011-05-12 | 1 | -7/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | remove update:javascripts rake task | |||||
| * | | | | | | | | remove update:javascripts rake task | Akira Matsuda | 2011-05-13 | 1 | -7/+2 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | because javascript libraries are not bundled anymore, and create_javascript_files generator was already removed | |||||
* / / / / / / / | The new release supposedly fixed things, but it is still b0rked -- comment ↵ | David Heinemeier Hansson | 2011-05-12 | 1 | -1/+1 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | out for now pending JPs investigation into whats up | |||||
* | | | | | | | Proper fix | David Heinemeier Hansson | 2011-05-12 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Fix the assets regexp for non-js/css files | David Heinemeier Hansson | 2011-05-12 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #521 from seanmccann/patch-1 | Santiago Pastorino | 2011-05-11 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Removed extra newline at end of development config file. (There were 2) | |||||
| * | | | | | | | Remove extra line at end of development config file. | Sean McCann | 2011-05-11 | 1 | -1/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #491 from arunagw/readme_changes | Santiago Pastorino | 2011-05-11 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Some readme fixes as required. | |||||
| * | | | | | | | | Some readme fixes as required. | Arun Agrawal | 2011-05-10 | 2 | -4/+4 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Depend on master uglifier for now | Santiago Pastorino | 2011-05-11 | 1 | -2/+2 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #507 from dlee/fix_identity_map_tests | José Valim | 2011-05-10 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix tests to reflect IdentityMap no longer default | |||||
| * | | | | | | | | Fix tests to reflect IdentityMap no longer default | David Lee | 2011-05-10 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broke in 0e1dcae1857db4f6721561caff38d8be748d0b40 | |||||
* | | | | | | | | | Test csrf token param name customization | David Lee | 2011-05-10 | 1 | -2/+15 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Adding .sass-cache to gitignore template | Guillermo Iguaran | 2011-05-10 | 1 | -0/+1 | |
| | | | | | | | |