aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16662 from robin850/duration-instance-ofJeremy Kemper2014-08-243-9/+14
|\
| * Skip #eql? tests on Rubinius for AS::DurationRobin Dupret2014-08-241-0/+3
| * Follow-up to #16560Robin Dupret2014-08-243-9/+11
* | Merge pull request #16616 from schneems/schneems/jeremy-commentsJeremy Kemper2014-08-247-12/+58
|\ \
| * | Address comments on Gzip implementationschneems2014-08-247-12/+58
* | | Merge pull request #16680 from huoxito/update-dependenciesRobin Dupret2014-08-241-2/+0
|\ \ \
| * | | treetop is no longer a mail (rails) dependencyWashington Luiz2014-08-241-2/+0
|/ / /
* | | Whoops, duplicated word [ci skip]Robin Dupret2014-08-241-1/+1
* | | Some tweaks to the development set-up guideRobin Dupret2014-08-241-43/+41
* | | Fix a few typos [ci skip]Robin Dupret2014-08-242-2/+2
* | | Merge pull request #16673 from y-yagi/update_statistics_rakeMatthew Draper2014-08-251-1/+2
|\ \ \
| * | | show stats for app/jobsyuuji.yaginuma2014-08-241-1/+2
* | | | Merge pull request #16675 from tomkadwill/has_many_documenting_extension_paramSantiago Pastorino2014-08-241-0/+14
|\ \ \ \
| * | | | [ci skip] Added documentation for has_many extension parameterTom Kadwill2014-08-241-0/+14
* | | | | Merge pull request #16676 from tgxworld/web_console_release_note_fixesMatthew Draper2014-08-251-4/+4
|\ \ \ \ \
| * | | | | Grammer and spelling pass on web console release note. [CI SKIP]Guo Xiang Tan2014-08-251-4/+4
|/ / / / /
* | | | | Merge pull request #16674 from gsamokovarov/describe-web-consoleGuillermo Iguaran2014-08-241-4/+14
|\ \ \ \ \
| * | | | | Describe web-console in the release notes [ci skip]Genadi Samokovarov2014-08-241-4/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #16671 from cristianbica/aj-raise-serialization-errorMatthew Draper2014-08-252-5/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Raise ActiveJob::SerializationError when cannot serialize job argumentsCristian Bica2014-08-242-5/+16
|/ / / /
* | | | Merge pull request #16667 from JuanitoFatas/patch/anchor-generationGodfrey Chan2014-08-241-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix guide anchor generation logic.Juanito Fatas2014-08-241-1/+6
| | |/ | |/|
* | | CHANGELOG & improvements to #16649Godfrey Chan2014-08-232-2/+9
* | | Merge pull request #16649 from Agis-/pg-columns-for-distinctGodfrey Chan2014-08-232-1/+10
|\ \ \ | |/ / |/| |
| * | Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-242-1/+10
|/ /
* | Merge pull request #16659 from y-yagi/patch-4Vijay Dev2014-08-231-1/+1
|\ \
| * | Fix example code in Active Job guide [ci skip]yuuji.yaginuma2014-08-231-1/+1
|/ /
* | Merge pull request #16655 from brocktimus/20140823_doco_changeZachary Scott2014-08-231-1/+1
|\ \
| * | Properly referencing AR::RecordNotFound in AJ guide rescuing exampleBrock Trappitt2014-08-231-1/+1
* | | Merge pull request #16650 from zzak/fix-precision-number_to_rounded_converterZachary Scott2014-08-221-1/+1
|\ \ \
| * | | Use zero-padding for number_to_rounded_converterZachary Scott2014-08-221-1/+1
* | | | Merge pull request #16647 from tjschuck/form_for_doc_optionsRafael Mendonça França2014-08-221-1/+1
|\ \ \ \
| * | | | Remove erroneous form_tag option docsT.J. Schuck2014-08-221-1/+0
| * | | | Clarify that unknown keys will become HTML attrsT.J. Schuck2014-08-221-0/+1
| |/ / /
* | | | Merge pull request #16602 from thetron/active_job_que_enqueue_at_supportRafael Mendonça França2014-08-223-1/+12
|\ \ \ \
| * | | | Added enqueue_at support for QueAdapter in ActiveJobNicholas Bruning2014-08-213-1/+12
* | | | | Merge pull request #16648 from seuros/masterRafael Mendonça França2014-08-223-2/+26
|\ \ \ \ \
| * | | | | [ActiveJob] Add hook for test_framework and test templatesAbdelkader Boudih2014-08-223-2/+26
|/ / / / /
* | | | | Merge pull request #16598 from seuros/masterMatthew Draper2014-08-231-0/+1
|\ \ \ \ \
| * | | | | [ActionMailer] require activejob railtieAbdelkader Boudih2014-08-221-0/+1
* | | | | | Merge pull request #15932 from joseluistorres/issue-11957-uuidsRafael Mendonça França2014-08-223-1/+17
|\ \ \ \ \ \
| * | | | | | adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-213-1/+17
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #16645 from sgrif/sg-perf-regressionRafael Mendonça França2014-08-221-8/+0
|\ \ \ \ \ \
| * | | | | | Don't calculate in-place changes twiceSean Griffin2014-08-221-8/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #16641 from cristianbica/aj-backburner-enqueue-laterRafael Mendonça França2014-08-222-5/+6
|\ \ \ \ \ \
| * | | | | | Implemented enqueue_at for ActiveJob's Backburner adapterCristian Bica2014-08-222-5/+6
* | | | | | | Merge pull request #16642 from cristianbica/aj-doc-queue-name-prefixZachary Scott2014-08-221-2/+23
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Active Job guide: Add info about queue_name prefix and clarity supporter feat...Cristian Bica2014-08-221-2/+23
| |/ / / / /
* | | | | | Merge pull request #16622 from matthewd/default-debugMatthew Draper2014-08-232-3/+3
|\ \ \ \ \ \
| * | | | | | Don't fight against ourselves for the default log levelMatthew Draper2014-08-222-3/+3