aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4210 from tapajos/patch-1José Valim2011-12-281-2/+3
|\ | | | | Fix #4208
| * Closes #4208Marcos Tapajós2011-12-271-2/+3
|/
* Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-263-2/+28
| | | | | | | | | | | | | If you used dynamic constraint like that: scope :constraint => MyConstraint.new do mount RackApp => "/foo" end routes were not displayed correctly when using `rake routes`. This commit fixes it. If you want nice display of dynamic constraints in `rake routes` output, please just override to_s method in your constraint's class.
* add back the version info to the title in guides index pageVijay Dev2011-12-251-1/+1
|
* Some fixes in rails guides generationVijay Dev2011-12-252-11/+9
| | | | | | | | * Passing edge information to the views fixes the lack of the edge badge and sets the appropriate welcome page on edgeguides.rubyonrails.org. * Changes in the welcome message to hyper link the rails tree based on the version. * Mention the Amazon url from where kindlegen can be downloaded.
* fix kindle apps link in edge guides indexVijay Dev2011-12-251-1/+1
|
* Mip Earson -> Michael Pearson in changelog.Michael Pearson2011-12-251-1/+1
|
* registers guide generation for the Kindle and Kindle apps in the ChangelogXavier Noria2011-12-251-0/+2
|
* download guides for the Kindle and Kindle apps from the home pageXavier Noria2011-12-254-6/+21
|
* guides generation for the Kindle looking good now [Mip Earson & Xavier Noria]Xavier Noria2011-12-251-9/+15
|
* Merge pull request #4175 from kuroda/3-2-stableAaron Patterson2011-12-241-0/+1
|\ | | | | Reconnect to the first database after db:create
| * Reconnect to the first database after db:createTsutomu Kuroda2011-12-251-0/+1
|/ | | | | Otherwise, the schema and seed will be loaded onto the test database.
* (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria]Xavier Noria2011-12-2416-197/+483
|
* Last attempt to fix 1.8.7 tests.José Valim2011-12-243-8/+15
|
* avoid deprecation warnings when running AR testsAaron Patterson2011-12-242-2/+7
|
* delegating and deprecating logger#silence. fixes #4159Aaron Patterson2011-12-243-16/+33
|
* assert_not_match -> assert_no_match.José Valim2011-12-242-6/+6
|
* add latest changes to 3.2 release notesVijay Dev2011-12-241-0/+14
|
* minor edits in caching guideVijay Dev2011-12-241-3/+3
|
* Fix regexp intervals.José Valim2011-12-241-2/+2
|
* Update CHANGELOGs.José Valim2011-12-242-0/+4
|
* Tidy up migration types.José Valim2011-12-2413-61/+81
|
* added ability to specify from cli when generating a model/migration whether ↵Dmitrii Samoilov2011-12-2412-18/+200
| | | | particular property should be an index like this 'rails g model person name:string:index profile:string'
* Remove unecessary config_accessors.José Valim2011-12-243-11/+5
|
* Provide a class optin for page_cache_compression.José Valim2011-12-242-20/+24
|
* Gzip files on page cachingAndrey A.I. Sitnik2011-12-243-5/+90
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Remove broken #compute_source_pathJeremy Kemper2011-12-231-5/+0
|
* Fix situation where id method didn't get defined causing postgres to failJon Leighton2011-12-231-4/+3
|
* Rails 3.2 Release NotesVijay Dev2011-12-241-0/+429
|
* Doh, remove debugging lineJon Leighton2011-12-231-1/+0
|
* Fix #4046.Jon Leighton2011-12-235-46/+58
|
* serialize fails on subclassAlvaro Bautista2011-12-234-6/+32
|
* removes Enumerable#pluck from the AS guideXavier Noria2011-12-231-10/+0
|
* Merge pull request #4141 from arunagw/fix_buildJosé Valim2011-12-221-4/+3
|\ | | | | Fix build 3-2-stable
| * Fix build when IM=trueJon Leighton2011-12-231-4/+3
|/
* adding an integration test for splat regexp substitutions. fixes #4138Aaron Patterson2011-12-221-0/+13
|
* Adding an integration test. Fixes #4136Aaron Patterson2011-12-221-0/+9
|
* Merge branch '3-2-stable' of github.com:rails/rails into 3-2-stableAaron Patterson2011-12-228-62/+61
|\ | | | | | | | | | | | | * '3-2-stable' of github.com:rails/rails: Use sass-rails >= 3.2.2 for new apps Make ActiveRecord::Relation#pluck work with serialized attributes Make read_attribute code path accessible at the class level
| * Use sass-rails >= 3.2.2 for new appsSantiago Pastorino2011-12-221-1/+1
| |
| * Make ActiveRecord::Relation#pluck work with serialized attributesJon Leighton2011-12-222-5/+12
| |
| * Make read_attribute code path accessible at the class levelJon Leighton2011-12-225-56/+48
| |
* | rack bodies should be a listAaron Patterson2011-12-221-7/+7
| |
* | refactoring routing testsAaron Patterson2011-12-221-34/+19
|/
* Merge branch '3-2-stable' of github.com:rails/rails into 3-2-stableAaron Patterson2011-12-221-1/+1
|\ | | | | | | | | * '3-2-stable' of github.com:rails/rails: [docs] added missing "}" fixes #4126
| * Merge pull request #4128 from arunagw/doc_fixes_3_2-stablePiotr Sarnacki2011-12-221-1/+1
| |\ | | | | | | Doc fixes 3 2 stable
| | * [docs] added missing "}" fixes #4126Arun Agrawal2011-12-221-1/+1
| |/
* / Revert "Added Enumerable#pluck to wrap the common pattern of ↵Aaron Patterson2011-12-223-19/+3
|/ | | | | | collect(&:method) *DHH*" This reverts commit 4d20de8a50d889a09e6f5642984775fe796ca943.
* just require things onceAaron Patterson2011-12-211-4/+2
|
* append puts the routes after the default, which causes a 404. instead use ↵Aaron Patterson2011-12-211-1/+1
| | | | prepend
* raises an ArgumentError if no valid options are given to ↵Lucas Mazza2011-12-212-4/+13
| | | | | | TemplateRenderer#determine_template Signed-off-by: José Valim <jose.valim@gmail.com>