Skip to content

Releases: magnet-inc/blue_print

Support ActionController::Metal

20 Mar 19:23
Compare
Choose a tag to compare

BluePrint supports ActionController::Metal now.

And ...

  • New API: BluePrint::Helper#without_context_of
  • Fix Generator bug. file name always downcase.
  • Bechmark codes refactor.

More faster!

16 Mar 10:28
Compare
Choose a tag to compare

Performance turned. Try take benchmark with bundle exec rake benchmark.

in my local machine:

pure:
  min: 0.13 max: 0.2 avg: 0.14
blue_print:
  min: 0.25 max: 0.42 avg: 0.282
extend:
  min: 0.53 max: 0.86 avg: 0.597

v1.2.0

15 Mar 08:42
Compare
Choose a tag to compare

New #within_context_of behavior.

OLD:

within_context_of(AnyContext)
# or
within_context_of(:any_context)

NEW:

within_context_of(AnyContext)
# or
within_context_of(:any)

Bugfix

14 Mar 22:42
Compare
Choose a tag to compare

Fixed bugs

  • Fix BluePrint::Context.active?'s bug. always active if active_ifs have once active_if
  • Fix BluePrint::Environmnet#dup's bug.

v1.1.1

14 Mar 22:13
Compare
Choose a tag to compare

Fixed spell missed.

  • BluePrint::Helper#within_cotext_of => BluePrint::Helper#within_context_of

RSpec integration

14 Mar 18:52
Compare
Choose a tag to compare

Add RSpec integrataion

Stable API and More Integrations

14 Mar 17:40
Compare
Choose a tag to compare

Fixed up APIs and add more integrations.

Added integrations:

First Release

14 Mar 14:52
Compare
Choose a tag to compare

Implement base features and integrations.

Integrations supports:

  • rails(>= 3.1)

Supported Testing frameworks

  • rspec-rails