aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | use correct variant of checking whether class is a singletonSergey Nartimov2012-01-031-1/+1
|/ / / / / / / / /
* | | | | | | | | Pass extensions to javascript_path and stylesheet_path helpers. Closes #3417Santiago Pastorino2012-01-032-2/+8
| | | | | | | | |
* | | | | | | | | Override respond_to? since we are also overriding method_missing.José Valim2012-01-032-0/+11
| | | | | | | | |
* | | | | | | | | Clean up routes inclusion and add some comments for the next soul that ↵José Valim2012-01-034-60/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | decides to adventure on this code.
* | | | | | | | | Add font_path helper methodSantiago Pastorino2012-01-036-0/+41
| | | | | | | | |
* | | | | | | | | actually disconnect from the database at the end of each testAaron Patterson2012-01-031-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #4274 from joneslee85/changelog-fixAaron Patterson2012-01-031-114/+122
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typos and formats for CHANGELOG
| * | | | | | | | | Fix typos and formats for CHANGELOGTrung Lê2012-01-041-114/+122
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4279 from lest/fix-logAaron Patterson2012-01-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | do not rewrite log during application bootstrap
| * | | | | | | | | | do not rewrite log during application bootstrapSergey Nartimov2012-01-031-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4278 from kennyj/fix_rdoc_generating_problemSantiago Pastorino2012-01-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Use -e option instead of -c option (rake rdoc task).
| * | | | | | | | | Use -e option instead of -c option (rake rdoc task).kennyj2012-01-041-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4265 from laserlemon/patch-1Vijay Dev2012-01-031-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix grammatical error
| * | | | | | | | | Fix grammatical error in ↵Steve Richert2012-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActiveModel::MassAssignmentSecurity::PermissionSet#deny? NotImplementedError message
* | | | | | | | | | Rails::Plugin has goneSantiago Pastorino2012-01-0337-1186/+30
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4272 from apotonick/ac-process-rebaseJosé Valim2012-01-032-25/+74
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Ac process rebase
| * | | | | | | | | | moving test_test.rb to test_case_test.rb for consistency.Nick Sutterer2012-01-031-0/+0
| | | | | | | | | | |
| * | | | | | | | | | allow sending documents in AC::TestCase#post and friends.Nick Sutterer2012-01-032-25/+74
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4250 from lest/range-jsonXavier Noria2012-01-022-0/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | use #to_s to convert Range to json
| * | | | | | | | | | use #to_s to convert Range to jsonSergey Nartimov2012-01-012-0/+8
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4266 from lest/deprecate-activesupport-base64José Valim2012-01-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix base64 require
| * | | | | | | | | | | fix base64 requireSergey Nartimov2012-01-031-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4252 from lest/deprecate-activesupport-base64José Valim2012-01-0212-63/+35
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | remove ActiveSupport::Base64 in favor of ::Base64
| * | | | | | | | | | remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-0212-63/+35
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4253 from lest/remove-warningsJosé Valim2012-01-021-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix use of FormBuilder.field_helpers
| * | | | | | | | | | fix use of FormBuilder.field_helpersSergey Nartimov2012-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it is array of symbols now
* | | | | | | | | | | Merge pull request #4263 from bogdan/local_gemfileJosé Valim2012-01-021-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed path to local gemfile.
| * | | | | | | | | | | Fixed path to local gemfile.Bogdan Gusiev2012-01-021-1/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4251 from castlerock/rename_ruby_debug_to_ruby_debug19José Valim2012-01-014-6/+6
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | rename ruby-debug to ruby-debug19
| * | | | | | | | | | rename ruby-debug to ruby-debug19Vishnu Atrai2012-01-014-6/+6
| |/ / / / / / / / /
* / / / / / / / / / fix a warning about grouped expressionsVijay Dev2012-01-011-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4248 from andrew/2012Vijay Dev2011-12-3115-15/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Updated copyright notices for 2012
| * | | | | | | | | Updated copyright notices for 2012Andrew Nesbitt2011-12-3115-15/+15
| | | | | | | | | |
* | | | | | | | | | DRY up guides index pageVijay Dev2011-12-313-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.
* | | | | | | | | | Merge pull request #4242 from castlerock/remove_condition_for_MiniTestSantiago Pastorino2011-12-311-9/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | MiniTest condition removed
| * | | | | | | | | MiniTest condition removedVishnu Atrai2011-12-311-9/+3
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-313-20/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove wiki linkVijay Dev2011-12-311-1/+0
| | | | | | | | | | |
| * | | | | | | | | | fix a couple of formatting issuesVijay Dev2011-12-311-3/+2
| | | | | | | | | | |
| * | | | | | | | | | Minor readability improvementsSam Umbach2011-12-301-13/+13
| | | | | | | | | | |
| * | | | | | | | | | SCSS processor is provided by the sass gemSam Umbach2011-12-301-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fixed documentation error in code examples from form_tag_helper.rbAlejandro Andrés2011-12-301-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | removes comment obsoleted by 18ed37bXavier Noria2011-12-311-3/+0
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4241 from castlerock/remove_more_conditions_for_Fiber_ruby19José Valim2011-12-302-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | remove more conditions for Fiber in ruby19
| * | | | | | | | remove more conditions for Fiber available in ruby19Vishnu Atrai2011-12-312-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #4237 from castlerock/fiber_available_in_ruby19Aaron Patterson2011-12-301-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fiber is available in ruby19 condition removed
| * | | | | | | | | fiber is available in ruby19Vishnu Atrai2011-12-311-1/+1
| |/ / / / / / / /
* | | | | | | | | updating the reaping frequency documentationAaron Patterson2011-12-301-0/+3
| | | | | | | | |
* | | | | | | | | rename start to run and use Thread.pass rather than sleeping to schedule the ↵Aaron Patterson2011-12-302-23/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | watchdog
* | | | | | | | | connection pool starts the reaperAaron Patterson2011-12-302-0/+17
| | | | | | | | |