Sha256: 712f2fed576b08bf11599841b60dfb1195431b9a085beeb15311745066ab56ab
Contents?: true
Size: 441 Bytes
Versions: 12
Compression:
Stored size: 441 Bytes
Contents
=Lolita developer guidline This file is meant for developers only. # Creating GEM for Lolita When creating GEM, that include new module in one or more of lolita modules, use Lolita.send(:include,YourModule) instead of reopening module. # How to install gem install lolita cd your_project rails g lolita:install change your project initializers/lolita.rb # For cucumber testing gem install akephalos bundle exec cucumber features
Version data entries
12 entries across 12 versions & 1 rubygems