- 2021-08-05 aff2000 - (TamarinEA) Release 0.2.3
- 2021-08-05 e6b74b6 - (TamarinEA) chore: add ruby 2.4 support
-
2019-12-16 d25637b - (ZhidkovDenis) fix: separate test and release sections in drone config
-
2019-12-02 94932dc - (ZhidkovDenis) Release 0.2.1
-
2019-12-02 e842c9f - (ZhidkovDenis) fix: add missed definition for Slaver::Proxy#respond_to_missing? Slaver::Proxy#respond_to? now will check if Slaver::Proxy#safe_connection could respond to specified method.
-
2019-12-02 29081ac - (ZhidkovDenis) chore: remove old rails and ruby support, actualize .drone.yml
-
2016-12-27 7cb588c - (Denis Korobicyn) chore: add dip & drone
- 2016-12-14 019562a - (TamarinEA) feat: support rails 4
- 2015-11-24 12c8036 - (Denis Korobitcin) Release 0.0.2
- 2015-11-23 a93dd20 - (Denis Korobitcin) chore(readme): within method and some spelling [skip ci]
- 2015-11-23 f186f6c - (Denis Korobitcin) fix(slavable): special methods capability
- 2015-11-03 172eda3 - (Denis Korobitcin) fix(slavable): add block support
- 2015-10-22 b67f807 - (Denis Korobitcin) feature: added slavable extension
- 2015-10-23 9dc8cf0 - (Denis Korobitcin) chore(readme): fixed within section [skip ci]
- 2015-10-22 bbb2535 - (Denis Korobitcin) chore: Big refactoring Changes:
on
now working throughtwithin
- For
within
config independent of class on which it used - Moved all logic to different classes
3.1. pools -> PoolsHandler
3.2. config -> ConfigHandler
3.3.
on
now creaating ScopeProxy which send all missing_methods to base class with within block