README.textile in locomotive_cms-2.0.0.rc7 vs README.textile in locomotive_cms-2.0.0.rc8

- old
+ new

@@ -22,12 +22,12 @@ h2. Gems Here is a short list of main gems / technologies used in the application. -* Rails 3.2.3 -* Mongoid 2.4.6 (with MongoDB 2.0) +* Rails 3.2.5 +* Mongoid 2.4.9 (with MongoDB 2.0) * Liquid * Devise * Carrierwave * Haml * Formtastic @@ -44,18 +44,19 @@ h2. Community * Get help or discuss locomotive CMS at the "LocomotiveCMS Google group":https://groups.google.com/forum/?fromgroups#!forum/locomotivecms or the "LocomotiveCMS Discussion Forums":http://locomotive.vanillaforums.com/ (deprecated) * Join us on IRC "#locomotivecms at irc.freenode.net!":http://webchat.freenode.net/ -* "Follow us on twitter":http://twitter.com/locomotiveapp +* "Follow us on twitter":http://twitter.com/locomotivecms h2. Contributing to Locomotive Locomotive CMS is an open source project, we encourage contributions. If you have found a bug and want to contribute a fix, or have a new feature you would like to add, follow the steps below to get your patch into the project: * Install ruby and mongoDB * Clone the project <code>git clone git@github.com:locomotivecms/engine.git</code> * Setup a virtual host entry for <code>test.example.com</code> to point to localhost +* Install PhantomJS (Required for the cucumber suite See: https://github.com/jonleighton/poltergeist) * Run the tests <code>rake</code> * Write your failing tests * Make the tests pass * "Create a GitHub pull request":http://help.github.com/send-pull-requests