aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-0518-22/+23
* Update actionpack/CHANGELOG.mdJosé Valim2012-01-061-2/+2
* Merge pull request #4337 from tadast/master-checkbox_patchJosé Valim2012-01-053-5/+8
|\
| * check_box helper with :disabled => true generates disabled hidden field. fixe...Tadas Tamošauskas2012-01-053-5/+8
* | Revert "remove deprecated API"Aaron Patterson2012-01-053-1/+20
* | remove deprecated APIAaron Patterson2012-01-053-20/+1
* | fix some whitespace errorsAaron Patterson2012-01-051-5/+5
|/
* Merge pull request #4117 from lest/remove-deprecatedJosé Valim2012-01-052-7/+0
|\
| * remove status_code from AD::ShowExceptions and useless requiresSergey Nartimov2011-12-212-7/+0
* | Merge pull request #4333 from rafaelfranca/patch-1José Valim2012-01-0513-35/+28
|\ \
| * | Whitespaces :scissors:Rafael Mendonça França2012-01-052-7/+6
| * | Refactor extract_selected_and_disabledRafael Mendonça França2012-01-051-1/+2
| * | Change more Array.wrap to Kernel#ArrayRafael Mendonça França2012-01-059-19/+14
| * | Use Kernel#Array in ActionController::HelpersRafael Mendonça França2012-01-051-2/+1
| * | Use Kernel#Array instead of Array.wrap in view_pathsRafael Mendonça França2012-01-053-4/+3
| * | Array.wrap is no longer needed in AbstractController::CallbacksRafael Mendonça França2012-01-051-2/+2
* | | Merge pull request #4335 from lest/useless-multibyte-cleanJosé Valim2012-01-051-1/+1
|\ \ \
| * | | remove use of Multibyte.clean as it's no-op in ruby 1.9Sergey Nartimov2012-01-061-1/+1
* | | | remove obsolete commented asserts in TextHelper testsSergey Nartimov2012-01-061-6/+0
|/ / /
* | | Merge pull request #4330 from lest/remove-call-mbcharsAaron Patterson2012-01-051-4/+4
|\ \ \
| * | | remove useless call to mb_charsSergey Nartimov2012-01-051-4/+4
| |/ /
* / / Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-068-9/+9
|/ /
* | Merge pull request #4296 from kuroda/negative_formatAaron Patterson2012-01-042-0/+8
|\ \
| * | Infer currency negative format from positive one.Tsutomu Kuroda2012-01-052-0/+8
* | | Merge pull request #4289 from rafaelfranca/patch-1Santiago Pastorino2012-01-042-1/+2
|\ \ \
| * | | Make sure that check_box helper return a safe bufferRafael Mendonça França2012-01-041-0/+1
| * | | No need of html_safe hereRafael Mendonça França2012-01-041-1/+1
| |/ /
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-041-19/+54
|\ \ \ | |/ / |/| |
| * | copy editsVijay Dev2012-01-041-10/+7
| * | Merge branch 'master' of github.com:lifo/docrailsPablo Ifran2012-01-029-55/+124
| |\ \
| * | | improve doc in number helper optionsPablo Ifran2012-01-021-19/+57
* | | | 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 decide...José Valim2012-01-034-60/+49
* | | | Add font_path helper methodSantiago Pastorino2012-01-036-0/+41
* | | | Merge pull request #4274 from joneslee85/changelog-fixAaron Patterson2012-01-031-114/+122
|\ \ \ \
| * | | | Fix typos and formats for CHANGELOGTrung Lê2012-01-041-114/+122
* | | | | 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
* | | | | fix base64 requireSergey Nartimov2012-01-031-1/+1
* | | | | Merge pull request #4252 from lest/deprecate-activesupport-base64José Valim2012-01-023-9/+9
|\ \ \ \ \
| * | | | | remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-023-9/+9
* | | | | | fix use of FormBuilder.field_helpersSergey Nartimov2012-01-021-1/+1
|/ / / / /
* | | | | Merge pull request #4248 from andrew/2012Vijay Dev2011-12-314-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Updated copyright notices for 2012Andrew Nesbitt2011-12-314-4/+4
* | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-311-2/+2
|\ \ \ \ \
| * | | | | 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 available in ruby19Vishnu Atrai2011-12-312-2/+2