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

lotus / model / 125

Builds Branch Commit Type Ran Committer Via Coverage
125 master Use Hash#default Pull #48 13 Aug 2014 02:18PM UTC taoza travis-ci pending completion   set done
124 master Merge pull request #52 from splattael/speedup-entity Generate unrolled list of entity attributes push 05 Aug 2014 03:51PM UTC jodosha travis-ci pending completion   set done
123 master Generate unrolled list of entity attributes This commit improves the performance of Entity's constructor by unrolling the list of its attributes. Before the generated code looked like: def initialize(attributes = {}) @a, @b, @c, = *at... Pull #52 05 Aug 2014 02:55PM UTC splattael travis-ci pending completion   set done
122 master Generate unrolled list of entity attributes This commit improves the performance of Entity's constructor by unrolling the list of its attributes. Before the generated code looked like: def initialize(attributes = {}) @a, @b, @c, = *at... Pull #52 05 Aug 2014 02:51PM UTC splattael travis-ci pending completion   set done
121 master Merge pull request #51 from splattael/speedup-coercer Avoid array allocations for generated coercer code push 05 Aug 2014 01:46PM UTC jodosha travis-ci pending completion   set done
120 master Avoid array allocations for generated entity code Before this commit the generated entity constructor looked like: def initialize(attributes = {}) @id, @name, @age, = *attributes.values_at(:id, :name, :age) end After this commit t... Pull #52 05 Aug 2014 01:23PM UTC splattael travis-ci pending completion   set done
119 master Avoid array allocations for generated coercer code Before this commit the coercer generated following hashes: Hash[*[:id, 1, :field, "string"]] After this commit the coercer generates code with the same semantics: Hash[:id, 1, :field, ... Pull #51 05 Aug 2014 01:04PM UTC splattael travis-ci pending completion   set done
118 master Merge pull request #50 from splattael/array-uniq No need to `uniq` already unique columns push 05 Aug 2014 12:00PM UTC jodosha travis-ci pending completion   set done
117 master No need to `uniq` already unique columns `Lotus::Utils::Kernel.Array` returns an array with unique elements. Pull #50 05 Aug 2014 11:00AM UTC splattael travis-ci pending completion   set done
116 master Merge pull request #49 from Erol/small-documentation-fix Make minor text correction on README push 04 Aug 2014 09:11AM UTC jodosha travis-ci pending completion   set done
115 master Make minor text correction on README Pull #49 02 Aug 2014 06:42AM UTC Erol travis-ci pending completion   set done
114 master Rename Lotus::Model::Config::Adapter#load! to build Pull #48 01 Aug 2014 02:12PM UTC taoza travis-ci pending completion   set done
113 master It is good to unload in test Pull #48 01 Aug 2014 09:51AM UTC taoza travis-ci pending completion   set done
112 master You should be able to unload too! (reset?!) Pull #48 01 Aug 2014 09:44AM UTC taoza travis-ci pending completion   set done
111 master Should not commit .ruby-version Pull #48 01 Aug 2014 09:38AM UTC taoza travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • …
  • 57
  • 58
  • 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