Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Correct it's/its usage. | Kevin Griffin | 2012-03-06 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Improve docs for attr_accessible|protected related to Hash#except|slice | Carlos Antonio da Silva | 2012-03-06 | 1 | -8/+10 | |
| | | | | ||||||
| * | | | Add some docs for ActionController::Base.without_modules | Carlos Antonio da Silva | 2012-03-06 | 1 | -0/+10 | |
| | | | | ||||||
| * | | | Left off a : when specifying the :namespace option for a :controller | coreyhaines | 2012-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | path segment | |||||
| * | | | In a nested resource route, the parent resource param is <resource_name>_id | coreyhaines | 2012-03-06 | 1 | -8/+8 | |
| |/ / | ||||||
| * | | Merge pull request #86 from bschaeffer/ar-doc-fix | Vijay Dev | 2012-03-06 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Fix doc examples for has_and_belongs_to_many association | |||||
| | * | | Fix doc examples for has_and_belongs_to_many association | Braden Schaeffer | 2012-03-05 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix typo in isolated engine docs | Caius Durling | 2012-03-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [instrumentation guide] Add introduction + basic outline | Ryan Bigg | 2012-03-05 | 1 | -0/+39 | |
| | | | | ||||||
| * | | | Merge branch 'master' of github.com:lifo/docrails | adman65 | 2012-03-05 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix typo in asset pipeline guide | Matthew Conway | 2012-03-05 | 1 | -1/+1 | |
| | |/ / | ||||||
| * / / | Add rails glossary of common terms & concepts | adman65 | 2012-03-05 | 2 | -0/+428 | |
| |/ / | ||||||
| * | | Fixed a slightly misleading equivalent SQL code on the 3.2 query interface. | Swanand Pagnis | 2012-03-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bump "latest version" from 3.2.1 to 3.2.2 in upgrading rails guide | Carlos Antonio da Silva | 2012-03-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | typo | Mikhail Dieterle | 2012-03-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #5287 from nashby/hash-slice-extract | Aaron Patterson | 2012-03-08 | 2 | -8/+11 | |
|\ \ \ | | | | | | | | | refactor Hash#slice and Hash#extract! | |||||
| * | | | refactor Hash#slice and Hash#extract! | Vasiliy Ermolovich | 2012-03-06 | 2 | -8/+11 | |
| | | | | ||||||
* | | | | Merge pull request #5306 from kennyj/fix_69c7f02 | José Valim | 2012-03-08 | 2 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Change the message string to use in test case. | |||||
| * | | | | Change the string to use in test case. | kennyj | 2012-03-07 | 2 | -2/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #5336 from kennyj/fix_wrong_extension | Xavier Noria | 2012-03-08 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Update CHANGELOG to fix wrong extension. | |||||
| * | | | | Update CHANGELOG to fix wrong extension. | kennyj | 2012-03-08 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #5289 from rafaelfranca/fix-through-associations | Jon Leighton | 2012-03-08 | 6 | -8/+43 | |
|\ \ \ \ | | | | | | | | | | | Fix has_many through associations when mass_assignment_sanitizer is strict | |||||
| * | | | | Not need to pass join attributes to association build | Rafael Mendonça França | 2012-03-07 | 5 | -16/+21 | |
| | | | | | ||||||
| * | | | | Add test case to has_many through association when mass_assignment_sanitizer is | Rafael Mendonça França | 2012-03-05 | 4 | -4/+34 | |
| | | | | | | | | | | | | | | | | | | | | :strict | |||||
* | | | | | Merge pull request #5162 from kennyj/schema_cache_dump | Aaron Patterson | 2012-03-07 | 9 | -18/+173 | |
|\ \ \ \ \ | | | | | | | | | | | | | [Proposal] Schema cache dump | |||||
| * | | | | | Add entry for schema cache dump to CHANGELOG.md. | kennyj | 2012-03-01 | 1 | -0/+23 | |
| | | | | | | ||||||
| * | | | | | Support judgement expired schema cache dump. | kennyj | 2012-03-01 | 3 | -4/+25 | |
| | | | | | | ||||||
| * | | | | | Load db/schema_cache.dump duaring boot time. | kennyj | 2012-03-01 | 5 | -3/+32 | |
| | | | | | | ||||||
| * | | | | | Add db:schema:cache:dump and db:schema:cache:clear tasks. | kennyj | 2012-03-01 | 3 | -0/+47 | |
| | | | | | | ||||||
| * | | | | | Add support schema cache dump and load. | kennyj | 2012-03-01 | 2 | -14/+49 | |
| | | | | | | ||||||
* | | | | | | Revert "let the connection pool of new applications have size 1 rather than 5" | Xavier Noria | 2012-03-07 | 4 | -36/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reason: Temporarily reverting this because it has uncovered an issue that prevents Sam's test suite from passing. This reverts commit 9b2c38b7bd582d9712c3779294a9bccde7bbd548. | |||||
* | | | | | | Revert "updates the new default pool size in some additional places" | Xavier Noria | 2012-03-07 | 3 | -17/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reason: We are about to temporarily revert the change to the default. This reverts commit 5c0aba238c37a71fce08f949bc2c6bdd9aab4f7b. | |||||
* | | | | | | Add tests to test that through associations are not readonly, and we can ↵ | kuahyeow | 2012-03-08 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | update the records we retrive from the association | |||||
* | | | | | | Merge pull request #5315 from ↵ | Aaron Patterson | 2012-03-07 | 2 | -2/+62 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | travisjeffery/enhance_postgresql_adapter_schema_support Enhance PostgreSQL Adapter schema support | |||||
| * | | | | | | Adds #create/drop_schema on the PostgreSQL Adapter. | Travis Jeffery | 2012-03-07 | 2 | -2/+47 | |
| | | | | | | | ||||||
| * | | | | | | Add #schema_names to PostgreSQL Adapter. | Travis Jeffery | 2012-03-07 | 2 | -0/+15 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5316 from Jacobkg/master | José Valim | 2012-03-07 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Update ActiveRecord::AttributeMethods#attribute_present? to return false for empty strings | |||||
| * | | | | | | attribute_present? should return false for empty strings | Jacob Green | 2012-03-06 | 2 | -1/+4 | |
| | | | | | | | ||||||
* | | | | | | | Set the rendered_format on respond_to. | José Valim | 2012-03-07 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Just change the formats on first render, closes #5307, closes #5308. | José Valim | 2012-03-07 | 1 | -2/+7 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5320 from carlosantoniodasilva/test-render-js-no-layout | Santiago Pastorino | 2012-03-07 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add test case for #5307 | |||||
| * | | | | | | | Add test case for #5307 | Carlos Antonio da Silva | 2012-03-07 | 1 | -2/+6 | |
| |/ / / / / / | ||||||
* | | | | | | | fixes #4506 [ci skip] | Vijay Dev | 2012-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | odd and even keys are not scoped by activerecord. | |||||
* | | | | | | | Merge pull request #5305 from arunagw/warning_fix | Vijay Dev | 2012-03-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | warning fix : mismatched indentations at 'end' with 'case' | |||||
| * | | | | | | warning fix : mismatched indentations at 'end' with 'case' | Arun Agrawal | 2012-03-06 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5310 from Serabe/layout_for_partials_with_collections | José Valim | 2012-03-06 | 4 | -1/+53 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adds :layout option to render :partial when a collection is given. | |||||
| * | | | | | | | Adds line to change log and update documentation. | Sergio Arbeo | 2012-03-07 | 2 | -0/+39 | |
| | | | | | | | | ||||||
| * | | | | | | | Adds :layout option to render :partial when a collection is given. | Sergio Arbeo | 2012-03-06 | 3 | -1/+14 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #5309 from carlosantoniodasilva/ad-uploaded-file | Aaron Patterson | 2012-03-06 | 2 | -9/+7 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Refactor ActionDispatch::UploadedFile | |||||
| * | | | | | | | | Refactor AD::UploadedFile, and raise sooner if tempfile is not present | Carlos Antonio da Silva | 2012-03-06 | 2 | -9/+7 | |
|/ / / / / / / / |