aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use benchmark/ips to measure AR performanceJon Leighton2012-08-172-39/+36
* Renaming active_record_deprecated_finders to activerecord-deprecated_findersJon Leighton2012-08-177-13/+13
* Merge pull request #7024 from bogdan/strict_validation_custom_exceptionRafael Mendonça França2012-08-165-5/+40
|\
| * AM::Validation#validates: ability to pass custom exception to `:strict` optionBogdan Gusiev2012-08-065-4/+32
* | Remove the active_model require from action_dispatch.Rafael Mendonça França2012-08-161-1/+0
* | remove reference to humans.txt from release notesVijay Dev2012-08-161-2/+0
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-1620-87/+176
|\ \
| * | copy edits [ci skip]Vijay Dev2012-08-162-13/+13
| * | tiny formatting fix in i18n guide [ci skip]Vijay Dev2012-08-151-1/+1
| * | Minor language fix. [ci skip]Erich Menge2012-08-151-2/+2
| * | corrected grammar [ci skip]Mikhail2012-08-141-2/+2
| * | add breathing to reading sentences for flow, cut down the run-ons [ci skip]Soon Van2012-08-132-16/+16
| * | space for stack overflow; not when you get into things [ci skip]Soon Van2012-08-132-4/+4
| * | Add mini-profiler to performance testing, useful linksPhilipp Weißensteiner2012-08-121-1/+2
| * | Minor punctuation fix in api documentation guide [ci skip]Carlos Antonio da Silva2012-08-111-1/+1
| * | proper casing in pronouns; relocate the pro git book [ci skip]Soon Van2012-08-114-36/+36
| * | Fix caching guide (plural model name) [ci skip]Franco Catena2012-08-101-2/+2
| * | Document the namespacing of controller actions per this discussion:schneems2012-08-091-0/+11
| * | add around_create callback documentation for ActiveModel::Callbacksandrea longhi2012-08-081-0/+11
| * | For adding non css/js files to precompile arraylulalala2012-08-071-0/+2
| * | Update list of finder methodsOscar Del Ben2012-08-061-0/+3
| * | edit of previous contentWeston Platter2012-08-041-19/+59
| * | Add extra documentation to the locale file.Steve Klabnik2012-08-041-2/+21
| * | Document default_options configuration in ActionMailer guide [ci skip]Dejan Simic2012-08-041-0/+2
* | | Merge pull request #7244 from lucasuyezu/masterCarlos Antonio da Silva2012-08-153-2/+24
|\ \ \
| * | | Indentation should consider line number character count.Lucas Uyezu2012-08-133-2/+24
* | | | Remove duplicated changelog entry [ci skip]Carlos Antonio da Silva2012-08-151-6/+0
* | | | Move changelog entry to the top [ci skip]Carlos Antonio da Silva2012-08-151-5/+4
* | | | Merge pull request #7133 from roshats/fix_update_all_with_blank_argumentCarlos Antonio da Silva2012-08-153-1/+11
|\ \ \ \
| * | | | raise ArgumentError if list of attributes to change is empty in update_allRoman Shatsov2012-08-143-1/+11
* | | | | Add Request#formats=(extensions) that lets you set multiple formats directly ...David Heinemeier Hansson2012-08-142-1/+36
* | | | | revises the contributing guide to document and encourage using the Rails deve...Xavier Noria2012-08-151-27/+33
* | | | | Merge pull request #7349 from steveklabnik/masterRafael Mendonça França2012-08-141-3/+0
|\ \ \ \ \
| * | | | | We don't need to require AS::TestCaseSteve Klabnik2012-08-141-3/+0
|/ / / / /
* | | | | Merge pull request #7184 from anthonyalberto/xml_dasherize_includeCarlos Antonio da Silva2012-08-143-1/+43
|\ \ \ \ \
| * | | | | Following the false issue reporting I did here : https://github.com/rails/rai...Anthony2012-08-133-1/+43
* | | | | | Some release notes love :heart:Rafael Mendonça França2012-08-141-0/+31
|/ / / / /
* | | | | Merge branch 'concerns'Rafael Mendonça França2012-08-136-30/+232
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add CHANGELOG entry and documentation for Routing ConcernsRafael Mendonça França2012-08-133-0/+98
| * | | | Extract common controllers to abstract_unitRafael Mendonça França2012-08-133-45/+33
| * | | | Implementing Routing ConcernsRafael Mendonça França2012-08-132-1/+117
|/ / / /
* | | | oops, should be directoryAaron Patterson2012-08-131-1/+1
* | | | push header merge down to a private method so that live responses can have th...Aaron Patterson2012-08-133-8/+22
* | | | live response headers can be merged with a hashAaron Patterson2012-08-132-0/+10
* | | | speed up cache directory creationAaron Patterson2012-08-131-3/+9
* | | | Merge pull request #7343 from egtann/masterRafael Mendonça França2012-08-133-1/+42
|\ \ \ \
| * | | | Add support for start_hour and end_hour options in select_hour helperEvan Tann2012-08-133-1/+42
|/ / / /
* | | | Merge pull request #7338 from sax/masterAaron Patterson2012-08-122-3/+23
|\ \ \ \
| * | | | Evented notifications take priority over Timed notificationsEric Saxby2012-08-112-3/+23
* | | | | Merge pull request #7341 from edward/patch-1Rafael Mendonça França2012-08-121-1/+1
|\ \ \ \ \