• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nepalez / abstract_mapper / 32

Builds Branch Commit Type Ran Committer Via Coverage
32 master [FEATURE] Support virtus attributes in Node definition Now when defining a node its attributes should be defined explicitly with virtus `attribute` class method: class ExcludeKeys < AbstractMapper::Node attribute :keys def transproc ... push 23 Jul 2015 04:36PM UTC nepalez travis-ci pending completion   set done
31 local [WIP] temporarily switch to solnic/transproc push 23 Jul 2015 04:34PM UTC nepalez travis-ci pending completion   set done
30 local [WIP] temporarily switch to solnic/transproc push 22 Jul 2015 09:43PM UTC nepalez travis-ci pending completion   set done
29 master [CHANGE] Node takes hash of attributes instead of the array node = AbstractMapper::Node.new(foo: :BAR) node.attributes # => { foo: :BAR } # earlier was: node.attributes # => [foo: BAR] push 22 Jul 2015 09:36PM UTC nepalez travis-ci pending completion   set done
28 master [CHANGE] Node takes hash of attributes instead of the array node = AbstractMapper::Node.new(foo: :BAR) node.attributes # => { foo: :BAR } push 22 Jul 2015 09:33PM UTC nepalez travis-ci pending completion   set done
27 master [FEATURE] Support coersion of command arguments The arguments of the command can be coerced to the node's attributes: class MyMapper < AbstractMapper configure do command :foo, Foo, -> args { args.reverse } end end == Added *... push 16 Jul 2015 01:08PM UTC nepalez travis-ci pending completion   set done
26 master [CHANGE] Remove rules ordering Now rules are applied in a sequence they are defined. push 16 Jul 2015 01:05PM UTC nepalez travis-ci pending completion   set done
25 master [FEATURE] Add `ice_double` method to specs The method can be used to mock objects that are expected to be frozen. include "abstract_mapper/rspec" subject(:something) { ice_double } it { is_expected.to be_frozen } Notice: This featur... push 16 Jul 2015 09:09AM UTC nepalez travis-ci pending completion   set done
24 master [WIP] temporary switched to 'transproc' github version push 15 Jul 2015 03:51PM UTC nepalez travis-ci pending completion   set done
23 singleton-transprocs [WIP] temporary switched to 'transproc' github version push 12 Jul 2015 06:08PM UTC nepalez travis-ci pending completion   set done
22 singleton-transprocs [WIP] temporary switched to 'solnic/transproc' version push 12 Jul 2015 01:28PM UTC nepalez travis-ci pending completion   set done
21 singleton-transprocs [WIP] temporary switched to 'solnic/transproc' version push 12 Jul 2015 01:26PM UTC nepalez travis-ci pending completion   set done
20 singleton-transprocs [WIP] temporary switched to 'solnic/transproc' version push 12 Jul 2015 01:23PM UTC nepalez travis-ci pending completion   set done
19 singleton-transprocs [INTERNAL] Switch to singleton version of transproc The transproc functions from now on should be defined as module's singleton methods, not instance ones. == Changed * AbstractMapper::Functions push 10 Jul 2015 08:12PM UTC nepalez travis-ci pending completion   set done
18 master [INTERNAL] Use 'ice_nine' to deeply freeze instances push 10 Jul 2015 08:10PM UTC nepalez travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc