aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `:mouseover` options for `image_tag` helper.Rafael Mendonça França2012-05-133-8/+44
* Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-133-3/+4
* Merge pull request #6306 from erichmenge/3-2-stable-guide-fixCarlos Antonio da Silva2012-05-131-2/+2
|\
| * :foreign_key option should be on has_many side of associationMikhail Dieterle2012-05-131-2/+2
* | Merge pull request #6299 from guilleiguaran/upgrade-sprockets-3-2-stableSantiago Pastorino2012-05-131-1/+1
|\ \ | |/ |/|
| * Upgrade sprockets to 2.1.3Guillermo Iguaran2012-05-131-1/+1
|/
* Merge pull request #6294 from frodsan/docs_backportVijay Dev2012-05-123-1/+22
|\
| * adding examples and docsFrancesco Rodriguez2012-05-123-1/+22
|/
* Merge pull request #6292 from erichmenge/3-2-stable-docfixRafael Mendonça França2012-05-121-1/+16
|\
| * Update 'getting started' guides for new whitelist security implementation. Cl...Erich Menge2012-05-121-1/+16
|/
* Merge pull request #6262 from arunagw/ruby_prof_fixSantiago Pastorino2012-05-112-2/+2
|\
| * Ruby-Prof works with ruby-1.9.3 also.Arun Agrawal2012-05-111-1/+1
| * Update performance profiler to work with latest ruby-profArun Agrawal2012-05-112-2/+2
|/
* Return false for exists? with new records - fixes #6199.Andrew White2012-05-103-2/+3
* Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-102-1/+35
* Refactor the handling of default_url_options in integration testsAndrew White2012-05-102-7/+104
* Merge pull request #6230 from spectator/active_resource_exceptionsJeremy Kemper2012-05-102-1/+1
|\
| * Make sure TimeoutError is loaded.Yury Velikanau2012-05-102-1/+1
* | Merge pull request #6221 from alexeymuranov/deprecate__instantiate_fixtures__...Jeremy Kemper2012-05-091-7/+26
|\ \
| * | Remove deprecated use of ::instantiate_fixturesAlexey Muranov2012-05-101-4/+4
| * | Deprecate ::instantiate_fixtures unused parameterAlexey Muranov2012-05-101-3/+22
* | | Merge pull request #6149 from jmbejar/javascript_include_tag_with_not_duplicatesSantiago Pastorino2012-05-092-2/+8
|\ \ \ | |_|/ |/| |
| * | Make sure that javascript_include_tag/stylesheet_link_tag methods inJorge Bejar2012-05-032-2/+8
* | | Merge pull request #6219 from frodsan/fix_buildPiotr Sarnacki2012-05-091-1/+9
|\ \ \
| * | | Fix buildFrancesco Rodriguez2012-05-091-1/+9
* | | | Merge pull request #6228 from mjtko/changelog-fixes-for-3-2-stableVijay Dev2012-05-091-1/+65
|\ \ \ \
| * | | | Add CHANGELOG section for unreleased Rails 3.2.4; document addition of #begin...Mark J. Titorenko2012-05-091-0/+6
| * | | | Bring activesupport CHANGELOG up-to-date/consistent with master.Mark J. Titorenko2012-05-091-1/+59
|/ / / /
* | | | Merge pull request #6223 from carlosantoniodasilva/remove-columns-deprecation...Andrew White2012-05-092-4/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Stop showing deprecations for Ruby 1.8.7 with remove_columnCarlos Antonio da Silva2012-05-092-4/+6
|/ / /
* | | Merge pull request #6218 from frodsan/fix_docs_32stableVijay Dev2012-05-091-11/+11
|\ \ \ | |/ / |/| |
| * | fix attribute_accessors docs to support 1.8 syntaxFrancesco Rodriguez2012-05-091-11/+11
|/ /
* | Merge pull request #6213 from frodsan/cut_docs_dupVijay Dev2012-05-081-23/+0
|\ \
| * | removing docs duplicationFrancesco Rodriguez2012-05-081-23/+0
|/ /
* | Merge pull request #6211 from frodsan/docs_attr_accessor_32stableVijay Dev2012-05-081-0/+111
|\ \
| * | added docs to attribute_accessors methodsFrancesco Rodriguez2012-05-081-0/+111
| |/
* | Merge pull request #6200 from arunagw/3-2-stableSantiago Pastorino2012-05-081-1/+1
|\ \
| * | locking ruby-prof until we got a fixArun Agrawal2012-05-081-1/+1
* | | Merge pull request #6198 from whistlerbrk/3-2-stableJosé Valim2012-05-072-1/+23
|\ \ \ | |/ / |/| |
| * | If content_type is explicitly passed to the :head method use the value or fal...Kunal Shah2012-05-071-1/+2
| * | Add failing test re #3436 which demonstrates content_type is not respected wh...Kunal Shah2012-05-071-0/+21
|/ /
* | Merge pull request #6170 from mjtko/feature-beginning_of_hour-for-3-2-stableJeremy Kemper2012-05-055-0/+56
|\ \
| * | added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-045-0/+56
| |/
* | Give more detailed instructions in script/rails in enginePiotr Sarnacki2012-05-041-0/+4
* | Merge pull request #6128 from frodsan/delete_all_limit_32Aaron Patterson2012-05-042-0/+6
|\ \
| * | Fix #4979 against 3-2-stable - delete_all raise an error if a limit is providedFrancesco Rodriguez2012-05-022-0/+6
* | | Merge pull request #4445 from nragaz/role_based_params_wrappingJosé Valim2012-05-042-4/+18
|\ \ \
| * | | Add a role option to wrap_parameters.Nick Ragaz2012-05-042-4/+18
| | |/ | |/|
* | | Merge pull request #6158 from Dagnan/3-2-stableVijay Dev2012-05-041-8/+10
|\ \ \ | |/ / |/| |
| * | improvements in "caching_with_rails" guide - backported from docrailskucaahbe2012-05-041-8/+10
|/ /