aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* delete reaping frequency from the db configAaron Patterson2012-01-051-4/+6
|
* Merge pull request #4301 from Karunakar/refactor_testsAaron Patterson2012-01-051-4/+7
|\ | | | | Refactor tests
| * removed unnecessary +1 from assert_difference because default difference is 1Karunakar (Ruby)2012-01-051-1/+1
| |
| * refactored tests -- assert_diffrence instead of checking directly with countKarunakar (Ruby)2012-01-041-4/+7
| |
* | Merge pull request #4304 from lest/refactor-truncateAaron Patterson2012-01-051-6/+5
|\ \ | | | | | | refactor String#truncate not to use mb_chars
| * | refactor String#truncate not to use mb_charsSergey Nartimov2012-01-041-6/+5
| | |
* | | Merge pull request #4315 from larskanis/allow_setting_of_pgconn_paramsAaron Patterson2012-01-052-17/+39
|\ \ \ | | | | | | | | PostgreSQL: Allow consistent setting of libpq params in database connection specification
| * | | Postgresql: restore previous behaviour regarding to nil values in connection ↵Lars Kanis2012-01-051-0/+1
| | | | | | | | | | | | | | | | specification Hash
| * | | Postgresql: add test case for setting custom libpq connection parametersLars Kanis2012-01-041-0/+15
| | | |
| * | | Postgresql: Allow setting of any libpq connection parametersLars Kanis2012-01-031-17/+23
| | | |
* | | | Merge pull request #4316 from wrozka/time_advance_nsecAaron Patterson2012-01-052-1/+6
|\ \ \ \ | | | | | | | | | | Time advance nsec bug
| * | | | Nano seconds fraction of time is copied properly in Time#advancePawel Pierzchala2012-01-052-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When day, month or year was passed, advance created a new time ignoring previous nsec fraction. Now nsec is passed through usec as a Rational number.
* | | | | Merge pull request #4320 from castlerock/include_only_minitestSantiago Pastorino2012-01-051-29/+1
|\ \ \ \ \ | | | | | | | | | | | | support only MiniTest run with Isolation test
| * | | | | support only MiniTest run with Isolation test Vishnu Atrai2012-01-051-29/+1
| | | | | |
* | | | | | Merge pull request #4319 from castlerock/parse_only_minitest_resultsSantiago Pastorino2012-01-051-21/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | parse only minitest results in isolation test
| * | | | | | parse only minitest results in isolation test Vishnu Atrai2012-01-051-21/+1
| |/ / / / /
* | | | | | Merge pull request #4325 from juanpastas/masterAaron Patterson2012-01-051-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | erased duplicated line
| * | | | | deleted duplicated linejuan david pastas2012-01-051-1/+0
|/ / / / /
* | | | | Revert "active record base class test case should not be public"Santiago Pastorino2012-01-051-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | People use this! This reverts commit 071c8bf62ac7ffdb587268a6789fd825d0dae2a6.
* | | | | call super from setupAaron Patterson2012-01-042-0/+5
| | | | |
* | | | | just use the list of formatting keys we care aboutAaron Patterson2012-01-041-1/+1
| | | | |
* | | | | call superAaron Patterson2012-01-041-0/+10
| | | | |
* | | | | clear the sql counter on teardown so the GC can do it's thingAaron Patterson2012-01-041-0/+4
| | | | |
* | | | | fix some formattingAaron Patterson2012-01-041-2/+6
| | | | |
* | | | | use regular expression or statement. loltargetrichenvironmentAaron Patterson2012-01-041-1/+1
| | | | |
* | | | | active record base class test case should not be publicAaron Patterson2012-01-041-0/+0
| | | | |
* | | | | use logger.warn for warningsAaron Patterson2012-01-041-1/+1
| | | | |
* | | | | push exception message formatting to the exception classAaron Patterson2012-01-041-1/+4
| | | | |
* | | | | push target down to the classes that care about itAaron Patterson2012-01-041-4/+5
| | | | |
* | | | | just implement the delegate methodAaron Patterson2012-01-041-4/+4
| | | | |
* | | | | Array.wrap no longer neededAaron Patterson2012-01-041-3/+2
| | | | |
* | | | | Revert "AS::Callbacks: remove __define_runner"José Valim2012-01-041-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runners are used internally. This reverts commit 40c8aa706adbb60ff9d289016fb9020d48969fea.
* | | | | Remove more references to postgres on the release notesSantiago Pastorino2012-01-041-2/+0
| | | | |
* | | | | Postgres is on travis right now, don't need an special mention hereSantiago Pastorino2012-01-041-6/+0
| |_|/ / |/| | |
* | | | Merge pull request #4302 from lest/simplify-descendantsXavier Noria2012-01-041-1/+1
|\ \ \ \ | | | | | | | | | | simplify Class#descendants using singleton_class method
| * | | | simplify Class#descendants using singleton_class methodSergey Nartimov2012-01-041-1/+1
|/ / / /
* | | | Merge pull request #4282 from edgecase/order_after_reorderAaron Patterson2012-01-046-9/+25
|\ \ \ \ | | | | | | | | | | correctly handle order calls after a reorder
| * | | | correctly handle order calls after a reorderMatt Jones + Scott Walker2012-01-036-9/+25
| | | | |
* | | | | Merge pull request #4296 from kuroda/negative_formatAaron Patterson2012-01-042-0/+8
|\ \ \ \ \ | | | | | | | | | | | | Infer currency negative format from positive one.
| * | | | | Infer currency negative format from positive one.Tsutomu Kuroda2012-01-052-0/+8
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | When a locale file sets the format of the positive currency value as '%n %u', the default negative currency format should be '-%n %u'.
* | | | | Merge pull request #4298 from rafaelfranca/patch-2Aaron Patterson2012-01-0412-129/+22
|\ \ \ \ \ | | | | | | | | | | | | Remove rescue block to require psych gem
| * | | | | No need to require psych since require yaml does that.Rafael Mendonça França2012-01-047-7/+0
| | | | | |
| * | | | | No need to override to_yaml and yaml_initialize methods in ActiveRecord::CoreRafael Mendonça França2012-01-041-20/+0
| | | | | |
| * | | | | No need to override to_yaml method in ActiveSupport::TimeWithZoneRafael Mendonça França2012-01-041-7/+1
| | | | | |
| * | | | | No need to override to_yaml method in ActiveSupport::OrderedHashRafael Mendonça França2012-01-041-15/+0
| | | | | |
| * | | | | No need to override the to_yaml method in ActiveSupporte::SafeBufferRafael Mendonça França2012-01-041-5/+0
| | | | | |
| * | | | | No need to override the to_yaml method in BigDecimalRafael Mendonça França2012-01-041-15/+0
| | | | | |
| * | | | | No need to use rescue block to require psychRafael Mendonça França2012-01-049-69/+30
| | | | | |
| * | | | | No need to check if YAML::ENGINE is defined since ruby 1.9 does thatRafael Mendonça França2012-01-045-5/+5
| | | | | |
* | | | | | Merge pull request #4299 from Karunakar/loggerAaron Patterson2012-01-041-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | using the active support logger