aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix base64 requiresSergey Nartimov2012-01-035-3/+5
|
* Merge pull request #4267 from lest/3-2-deprecate-activesupport-base64Xavier Noria2012-01-0211-63/+70
|\ | | | | deprecate ActiveSupport::Base64
| * deprecate ActiveSupport::Base64Sergey Nartimov2012-01-0311-63/+70
|/ | | | extend and define ::Base64 if needed
* DRY up guides index pageVijay Dev2012-01-013-48/+21
| | | | | | Use the list of guides available in documents.yaml to fill in the menu in the index page instead of duplicating the list again. Also, remove WIP guides from the menu.
* Fixed documentation error in code examples from form_tag_helper.rbAlejandro Andrés2011-12-311-2/+2
|
* SCSS processor is provided by the sass gemSam Umbach2011-12-311-1/+1
|
* Minor readability improvementsSam Umbach2011-12-311-13/+13
|
* fix a couple of formatting issuesVijay Dev2011-12-311-3/+2
|
* remove wiki linkVijay Dev2011-12-311-1/+0
|
* Merge pull request #4227 from gazay/3-2-stable-marshallingAaron Patterson2011-12-302-1/+26
|\ | | | | 3 2 stable marshalling
| * Backward compatibility with 3.1 cache storingAlexey Gaziev2011-12-292-1/+26
| |
* | adds a comments that clarifies why Range#include? chooses the comparison ↵Xavier Noria2011-12-301-0/+1
| | | | | | | | operator
* | refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-302-3/+6
| | | | | | | | | | | | Conflicts: activesupport/lib/active_support/core_ext/range/include_range.rb
* | fixing typo. Thanks Vijay!Aaron Patterson2011-12-291-1/+1
| |
* | revise some doc changesVijay Dev2011-12-291-9/+4
| |
* | Documented about using :path option for resourcesKevin Moore2011-12-291-0/+7
| |
* | Fixed formatting of code examples in form_tag_helper.rbAlejandro Andrés2011-12-291-4/+4
| |
* | Document that index names are made up of all columns, not just the first.Jo Liss2011-12-291-9/+2
| | | | | | | | | | | | | | | | | | | | | | index_name has been using the following expression "index_#{table_name}_on_#{Array.wrap(options[:column]) * '_and_'}" since at least 2006 (bc7f2315), and that's how they come out in my DB. Please check that this is correct before merging into master, perhaps I'm misunderstanding the section I changed.
* | Remove unnecessary comma.Uģis Ozols2011-12-291-1/+1
|/
* Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_idsAaron Patterson2011-12-282-1/+11
| | | | allow reorder to affect eager loading correctly
* Revert "Merge pull request #4196 from gazay/3-2-stable-marshalling"Aaron Patterson2011-12-282-26/+1
| | | | | This reverts commit df3701872d6c97ff49943aea30761b47e60fa9fe, reversing changes made to a0fd9fb01730af12d66a27b5665cc010bd3b90b4.
* last named route wins. fixes #4164Aaron Patterson2011-12-282-1/+41
| | | | | | This differs from route recognition where first recognized route wins. This will not be supported in Rails 4.0 so that route recognition and generation rules are consistent.
* app code in general wants Time.current, not Time.nowXavier Noria2011-12-281-3/+3
|
* Revert "Further simplify singleton_class checking in class_attribute"Jon Leighton2011-12-281-1/+14
| | | | | | This reverts commit 520918aad9b84eee807eb42fcb32f57c152d50e0. Reason: build failure
* Merge pull request #4196 from gazay/3-2-stable-marshallingAaron Patterson2011-12-282-1/+26
|\ | | | | 3.2 stable marshalling
| * Safe getting value from cache entryAlexey Gaziev2011-12-272-1/+26
| |
* | Add CHANGELOG entrySantiago Pastorino2011-12-281-0/+2
| |
* | Bump to rack 1.4.0Santiago Pastorino2011-12-281-1/+1
| |
* | Further simplify singleton_class checking in class_attributeJames Miller2011-12-281-14/+1
| |
* | Merge pull request #4217 from tapajos/patch-2Xavier Noria2011-12-281-1/+0
|\ \ | | | | | | Remove empty line
| * | Remove empty line.Marcos Tapajós2011-12-281-1/+0
|/ /
* | 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
|