Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | fiber is available in ruby19 | Vishnu Atrai | 2011-12-31 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | updating the reaping frequency documentation | Aaron Patterson | 2011-12-30 | 1 | -0/+3 | |
* | | | | | | | | | rename start to run and use Thread.pass rather than sleeping to schedule the ... | Aaron Patterson | 2011-12-30 | 2 | -23/+31 | |
* | | | | | | | | | connection pool starts the reaper | Aaron Patterson | 2011-12-30 | 2 | -0/+17 | |
* | | | | | | | | | just dup the spec now that it will deep copy | Aaron Patterson | 2011-12-30 | 1 | -2/+1 | |
* | | | | | | | | | connection specification will deep copy the config | Aaron Patterson | 2011-12-30 | 2 | -0/+16 | |
* | | | | | | | | | each connection pool has a reaper | Aaron Patterson | 2011-12-30 | 3 | -2/+18 | |
* | | | | | | | | | introduce a timer class for reaping connections | Aaron Patterson | 2011-12-30 | 2 | -0/+65 | |
* | | | | | | | | | raise a pull full error when the connection pool is full and no connection ca... | Aaron Patterson | 2011-12-30 | 2 | -18/+28 | |
* | | | | | | | | | connections are only removed if they are inactve | Aaron Patterson | 2011-12-30 | 2 | -3/+19 | |
* | | | | | | | | | connections can be reaped via the `reap` method | Aaron Patterson | 2011-12-30 | 2 | -0/+27 | |
* | | | | | | | | | deal with removing connections associated with the current thread | Aaron Patterson | 2011-12-30 | 2 | -0/+15 | |
* | | | | | | | | | connections can be removed from the pool | Aaron Patterson | 2011-12-30 | 2 | -1/+28 | |
* | | | | | | | | | queue and signal no longer needed | Aaron Patterson | 2011-12-30 | 1 | -2/+0 | |
* | | | | | | | | | refactor checking out the connection | Aaron Patterson | 2011-12-30 | 1 | -5/+6 | |
* | | | | | | | | | infinite loop is no longer necessary | Aaron Patterson | 2011-12-30 | 1 | -20/+11 | |
* | | | | | | | | | connections must be checked in at the end of a thread | Aaron Patterson | 2011-12-30 | 3 | -31/+7 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #4235 from castlerock/remove_ruby_18_BasicObject | José Valim | 2011-12-30 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ruby 1.8 ActiveSupport BasicObject no longer available | Vishnu Atrai | 2011-12-30 | 1 | -1/+0 | |
* | | | | | | | | | Merge pull request #4236 from castlerock/to_time_available_in_ruby19_DateTime | José Valim | 2011-12-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | remove condition since to_time always available in ruby19 DateTime | Vishnu Atrai | 2011-12-31 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | be explicit about where helpers are installed | Aaron Patterson | 2011-12-30 | 2 | -2/+2 | |
* | | | | | | | | Merge pull request #4224 from alexeymuranov/my-fix-for-fixture-tables | Aaron Patterson | 2011-12-30 | 8 | -25/+109 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixes for TestFixtures::setup_fixture_accessors | Alexey Muranov | 2011-12-30 | 1 | -6/+5 | |
| * | | | | | | | | Fixture's table name be defined in the model | Alexey Muranov | 2011-12-30 | 1 | -10/+17 | |
| * | | | | | | | | Test case: fixture table name is defined in model | Alexey Muranov | 2011-12-30 | 1 | -0/+5 | |
| * | | | | | | | | Use foo/bar instead of foo_bar keys for fixtures | Alexey Muranov | 2011-12-30 | 1 | -12/+25 | |
| * | | | | | | | | Test fixtures with custom model and table names | Alexey Muranov | 2011-12-30 | 7 | -0/+60 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #4233 from bogdan/remove_define_runner | José Valim | 2011-12-30 | 1 | -16/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | AS::Callbacks: remove __define_runner | Bogdan Gusiev | 2011-12-30 | 1 | -16/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | adds a comments that clarifies why Range#include? chooses the comparison oper... | Xavier Noria | 2011-12-30 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #4229 from lest/range-include | Xavier Noria | 2011-12-30 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | refactor Range#include? to handle ranges with floats | Sergey Nartimov | 2011-12-29 | 2 | -1/+6 | |
* | | | | | | | | just add the writer rather than adding both and removing one | Aaron Patterson | 2011-12-29 | 1 | -2/+1 | |
* | | | | | | | | stop using __send__ and just module eval in the extensions | Aaron Patterson | 2011-12-29 | 1 | -3/+2 | |
* | | | | | | | | we know the classes will be a list, so *tell* it to respond to each | Aaron Patterson | 2011-12-29 | 1 | -3/+3 | |
* | | | | | | | | don't need the begin / end | Aaron Patterson | 2011-12-29 | 1 | -21/+17 | |
* | | | | | | | | avoid extra method calls by just defining the delegate | Aaron Patterson | 2011-12-29 | 1 | -2/+3 | |
* | | | | | | | | Merge pull request #4226 from grentis/content_for_with_flush | José Valim | 2011-12-29 | 2 | -8/+84 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | content_for with flush parameter | grentis | 2011-12-29 | 2 | -8/+84 | |
|/ / / / / / / / | ||||||
* | / / / / / / | don't use instance eval, just reference variables so we don't have to | Aaron Patterson | 2011-12-29 | 1 | -10/+11 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-12-29 | 5 | -22/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | revise some doc changes | Vijay Dev | 2011-12-29 | 1 | -9/+4 | |
| * | | | | | | | Documented about using :path option for resources | Kevin Moore | 2011-12-28 | 1 | -0/+7 | |
| * | | | | | | | Fixed formatting of code examples in form_tag_helper.rb | Alejandro Andrés | 2011-12-28 | 1 | -4/+4 | |
| * | | | | | | | typo | Jo Liss | 2011-12-28 | 1 | -1/+1 | |
| * | | | | | | | Document that index names are made up of all columns, not just the first. | Jo Liss | 2011-12-27 | 1 | -9/+2 | |
| * | | | | | | | Remove unnecessary comma. | Uģis Ozols | 2011-12-26 | 1 | -1/+1 | |
* | | | | | | | | removing dead code. | Aaron Patterson | 2011-12-29 | 1 | -12/+3 | |
* | | | | | | | | decouple initialize from clear!. Initialize ivars in initialize, clear | Aaron Patterson | 2011-12-29 | 1 | -5/+5 |