Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configuratin guide: finished a pass to the "Rails General Configuration" section | Xavier Noria | 2011-05-16 | 1 | -26/+20 |
| | |||||
* | generate HTML5 number_field tag for integer fields | Akira Matsuda | 2011-05-16 | 2 | -7/+12 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-15 | 1 | -4/+4 |
|\ | |||||
| * | Use more English language | Pirogov Evgenij | 2011-05-15 | 1 | -4/+4 |
| | | |||||
| * | Fixing Changelog link | Guillermo Iguaran | 2011-05-15 | 1 | -1/+1 |
| | | |||||
* | | reviewed the first ~70 lines of the configuration guide | Xavier Noria | 2011-05-15 | 1 | -20/+21 |
|/ | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-14 | 13 | -56/+116 |
|\ | | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/date_helper.rb railties/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt | ||||
| * | [GUIDES] Changed the `LANGUAGE` variable to `GUIDES_LANGUAGE` to minimize ↵ | Karel Minarik | 2011-05-14 | 1 | -4/+5 |
| | | | | | | | | conflicts with regular environment variables (eg. in Ubuntu) | ||||
| * | minor corrections | Vijay Dev | 2011-05-14 | 1 | -5/+5 |
| | | |||||
| * | Link the API documentation to non-edge instead | Prem Sichanugrist | 2011-05-13 | 1 | -1/+1 |
| | | |||||
| * | Adding guide for wrapping JSON/XML parameters, which also links to the API ↵ | Prem Sichanugrist | 2011-05-13 | 1 | -0/+26 |
| | | | | | | | | | | documentation. Note that it currently links to http://edgeapi.rubyonrails.org because it's Rails 3.1 feature. | ||||
| * | Prefer topic branches instead of master branch for users contributions | Guillermo Iguaran | 2011-05-12 | 1 | -5/+8 |
| | | |||||
| * | fix spellings | Vijay Dev | 2011-05-11 | 2 | -2/+2 |
| | | |||||
| * | indentation fixes | Vijay Dev | 2011-05-11 | 1 | -24/+23 |
| | | |||||
| * | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-05-11 | 1 | -1/+1 |
| |\ | |||||
| | * | 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" |