lib/playmo.rb in playmo-0.1.2 vs lib/playmo.rb in playmo-0.1.3

- old
+ new

@@ -1,6 +1,8 @@ # encoding: utf-8 +require 'playmo/version' + begin require 'rails/all' rescue LoadError puts "Rails is not installed!" puts "It seems to lack some needed gems for further work." @@ -8,11 +10,13 @@ puts "Try to install Playmo again with 'gem install playmo' or switch to another gemset that already have installed Playmo." exit! end # Recipes order: +# database # rails +# setup_database # locale # markup # assets # application_controller # compass @@ -25,10 +29,9 @@ # unicorn # thinking_sphinx # rspec # capistrano # rvm -# setup_database # gemfile # git module Playmo ROOT = File.dirname(__FILE__) + "/../"