Sha256: f0c1784d442cd3bbb46c59f62b5e27f14486be8e8286ccda5843c0f5af5a2263
Contents?: true
Size: 443 Bytes
Versions: 13
Compression:
Stored size: 443 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
13 entries across 13 versions & 1 rubygems