aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' of https://github.com/rails/rails into performance_testGonçalo Silva2011-05-0891-18457/+1213
| |\ \
| * \ \ Merge branch 'master' of https://github.com/rails/rails into performance_testGonçalo Silva2011-04-1790-922/+820
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/rails/rails into performance_testGonçalo Silva2011-04-034-1/+17
| |\ \ \ \
| * | | | | profiling enabled under JRuby. Added documentation for workaround described i...Gonçalo Silva2011-04-031-3/+1
| * | | | | Merge branch 'master' of https://github.com/rails/rails into performance_testGonçalo Silva2011-03-304-2/+73
| |\ \ \ \ \
| * | | | | | updated documentation because of the benchmark/profile improvementsGonçalo Silva2011-03-301-49/+134
| * | | | | | performance tests inherit from AD::PT and not AC::PT, fixed performance test ...Gonçalo Silva2011-03-291-6/+6
* | | | | | | Add a test case for issue #476.José Valim2011-05-171-0/+31
* | | | | | | Merge pull request #1104 from colinyoung/masterJosé Valim2011-05-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Updated seeds.rb file.Colin Young2011-05-171-1/+1
* | | | | | | | instruct user to install using Gem file in database.yml templete issue #1103Vishnu Atrai2011-05-176-2/+22
* | | | | | | | Fix for sqlite3.yml, mysql.ymlKevin Moore2011-05-172-3/+4
|/ / / / / / /
* | | | | | | Fixes failing test, closes #1098.José Valim2011-05-171-1/+1
* | | | | | | configuratin guide: finished a pass to the "Rails General Configuration" sectionXavier Noria2011-05-161-26/+20
* | | | | | | generate HTML5 number_field tag for integer fieldsAkira Matsuda2011-05-162-7/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-151-4/+4
|\ \ \ \ \ \
| * | | | | | Use more English languagePirogov Evgenij2011-05-151-4/+4
| * | | | | | Fixing Changelog linkGuillermo Iguaran2011-05-151-1/+1
* | | | | | | reviewed the first ~70 lines of the configuration guideXavier Noria2011-05-151-20/+21
|/ / / / / /
* | | | | | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-1413-56/+116
|\ \ \ \ \ \
| * | | | | | [GUIDES] Changed the `LANGUAGE` variable to `GUIDES_LANGUAGE` to minimize con...Karel Minarik2011-05-141-4/+5
| * | | | | | minor correctionsVijay Dev2011-05-141-5/+5
| * | | | | | Link the API documentation to non-edge insteadPrem Sichanugrist2011-05-131-1/+1
| * | | | | | Adding guide for wrapping JSON/XML parameters, which also links to the API do...Prem Sichanugrist2011-05-131-0/+26
| * | | | | | Prefer topic branches instead of master branch for users contributionsGuillermo Iguaran2011-05-121-5/+8
| * | | | | | fix spellingsVijay Dev2011-05-112-2/+2
| * | | | | | indentation fixesVijay Dev2011-05-111-24/+23
| * | | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-05-111-1/+1
| |\ \ \ \ \ \
| | * | | | | | fix bad encoding on contributing to RoR pageDan Pickett2011-05-101-1/+1
| * | | | | | | minor fix in assets usageVijay Dev2011-05-101-2/+2
| |/ / / / / /
| * | | | | | typo fixTrent Ogren2011-05-101-1/+1
| * | | | | | fixes github fork urlVijay Dev2011-05-101-1/+1
| * | | | | | - Fixed typo in association parameters configuration (again)Sasha Gerrand2011-05-091-2/+2
| * | | | | | - Fixed typo in the example of a self join on a modelSasha Gerrand2011-05-091-1/+1
| * | | | | | - Moved foreign key parameter to correct location for self join on a model ex...Sasha Gerrand2011-05-091-2/+2
| * | | | | | Include examples for negative ordinalize in the guideVijay Dev2011-05-091-0/+2
| * | | | | | improve comment in wrap_parameters templateVijay Dev2011-05-091-1/+1
| * | | | | | Included more details on Rails coding conventions (from LH Source Style page)Vijay Dev2011-05-081-4/+10
| * | | | | | remove unnecessary use of 'Example'Vijay Dev2011-05-071-6/+0
| * | | | | | Made language consistent with the rest of the comments in the file.Aditya Sanghi2011-05-061-2/+2
| * | | | | | Restore emphasis on 'application name'.Paul Morganthall2011-05-051-1/+1
| * | | | | | Merge branch 'master' of github.com:lifo/docrailsJason Voegele2011-05-051-1/+1
| |\ \ \ \ \ \
| | * | | | | | Rails 3 requires the "new" command to create a new project.Paul Morganthall2011-05-051-1/+1
| * | | | | | | Added info on using Ehcache as cache store.Jason Voegele2011-05-051-1/+30
| |/ / / / / /
* | | | | | | Fixed failing tests for namespaced_generators_test. in 1.9.2Arun Agrawal2011-05-141-1/+5
* | | | | | | asking the user whether he is "offline" rather than "online" seems more natur...Xavier Noria2011-05-141-1/+1
* | | | | | | removes now unused method Rails::Generators::AppBase#dev_or_edge?Xavier Noria2011-05-141-4/+0
* | | | | | | application and plugin generation run bundle install unless --skip-gemfile or...Xavier Noria2011-05-143-7/+18
* | | | | | | Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9Prem Sichanugrist2011-05-132-4/+26
* | | | | | | Merge pull request #542 from guilleiguaran/1_9_hash_styleJosé Valim2011-05-131-1/+1
|\ \ \ \ \ \ \