aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #4843 from seamusabshere/patch-1Xavier Noria2012-03-281-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | thanks to @jurriaanSeamus Abshere2012-02-141-1/+1
| * | | | Possibly clearer way of getting rid of ` and " Seamus Abshere2012-02-011-1/+1
* | | | | Merge pull request #5643 from rafaelfranca/remove-duplicationSantiago Pastorino2012-03-283-44/+39
|\ \ \ \ \
| * | | | | Remove code duplication in InclusionValidator and ExclusionValidator.Rafael Mendonça França2012-03-283-44/+39
| | |/ / / | |/| | |
* / | | | Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-282-2/+3
|/ / / /
* | | | Allow ActiveModel::Name to duck typePiotr Sarnacki2012-03-281-4/+4
* | | | Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-282-1/+8
* | | | config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-285-22/+22
* | | | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-285-10/+76
* | | | much code can be deleted thanks to @tenderlove's refactoringJon Leighton2012-03-283-72/+6
* | | | Merge pull request #5630 from andhapp/fix-config-asset-manifestSantiago Pastorino2012-03-281-1/+1
|\ \ \ \
| * | | | Changed the config.assets.manifest to nil in the comments in the production c...Anuj Dutta2012-03-281-1/+1
* | | | | Add test for default_url_options[:port]Aaron Suggs2012-03-281-0/+12
* | | | | Merge pull request #2528 from cesario/fix_2507José Valim2012-03-283-5/+15
|\ \ \ \ \
| * | | | | Rails.initialized? can be called at any time without raising an exception [Cl...Franck Verrot2012-03-283-5/+15
* | | | | | Merge pull request #5623 from Houdini/masterJosé Valim2012-03-281-2/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | remove redundant variableDmitrii Golub2012-03-281-2/+1
| |/ / / /
* | | | | Merge pull request #5616 from cbartlett/migration-indentSantiago Pastorino2012-03-271-2/+2
|\ \ \ \ \
| * | | | | Fix indenting in migration generatorColin Bartlett2012-03-271-2/+2
* | | | | | Merge pull request #5621 from rafaelfranca/fix-2492-masterJeremy Kemper2012-03-272-3/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-273-18/+23
| * | | | | Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...Andrey Samsonov2012-03-272-2/+31
* | | | | | Merge pull request #5620 from jcoleman/textarea-newline-fix-breaks-haml-masterSantiago Pastorino2012-03-273-8/+12
|\ \ \ \ \ \
| * | | | | | Don't break Haml with textarea newline fix.James Coleman2012-03-273-8/+12
* | | | | | | Remove Arel::Relation constant from PredicateBuilder.Juanjo Bazán2012-03-271-2/+2
* | | | | | | adds delegetion for eof? to AD::Http::UploadedFileJens Fahnenbruck2012-03-272-1/+7
|/ / / / / /
* | | | | | attributes are cached by string keys, so to_s to support symbols. fixes #5549Aaron Patterson2012-03-273-2/+17
* | | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-278-6/+69
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | minor edits in testing guide [ci skip]Vijay Dev2012-03-271-4/+2
| * | | | | add missing do [ci skip]Vijay Dev2012-03-271-1/+1
| * | | | | Revert "[ci skip] updated bin/rails code in Rails Initialization Process guide"Vijay Dev2012-03-271-16/+6
| * | | | | Proc objects for caches_page no need controller objectAlexey Vakhov2012-03-271-1/+1
| * | | | | added shallow_prefix option description in documantationLukasz Sarnacki2012-03-271-0/+19
| * | | | | Missing generated query for pluck method. Juanjo Bazán2012-03-271-1/+1
| * | | | | Made it a bit more clear where to run rails/serverDimitri De Frenne2012-03-261-1/+1
| * | | | | Fixed typo in pathDimitri De Frenne2012-03-261-1/+1
| * | | | | document `-e` argument for rails consoleschneems2012-03-241-0/+6
| * | | | | Testing layout gotcha when view renders partialPanayotis Matsinopoulos2012-03-241-0/+16
| * | | | | Small layout correctionPanayotis Matsinopoulos2012-03-241-2/+1
| * | | | | Testing Template and Layout ExamplePanayotis Matsinopoulos2012-03-241-0/+25
| * | | | | Use one 'be'.Waseem Ahmad2012-03-241-1/+1
| * | | | | Fix AC actions caching commentAlexey Vakhov2012-03-241-1/+1
| * | | | | [ci skip] updated bin/rails code in Rails Initialization Process guideSenthil A2012-03-241-6/+16
* | | | | | Merge pull request #5499 from arunagw/remove_unused_codeSantiago Pastorino2012-03-271-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | removed unused variablesArun Agrawal2012-03-271-2/+2
* | | | | | If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-273-2/+22
* | | | | | Merge pull request #5609 from tjmcewan/masterJosé Valim2012-03-272-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | change number_with_precision to not return negative zerosTim McEwan2012-03-272-0/+2
|/ / / / /
* | | | | Merge pull request #5582 from chendo/masterXavier Noria2012-03-261-1/+1
|\ \ \ \ \