Elements

The gem comprises the basic layout for any Rails App. It will provide with a base CSS Framework and all the necessary javascript files including jquery.

Install

To install this gem, add this line to your Gemfile.

gem 'elements', :git => '[email protected]:jaischeema/elements.git'

After this run the bundle command to install the gem.

This gem gives you a install generator. This generator will place the files in proper place. To run this, issue the following command.

rails g elements:install

Agree to replace all the conflicts. It is recommended to run this command at the start of the application's life.

TODO

  • Add some nice fonts
  • Test it out and add some basic login functionality and ability to add it ( Optional )
  • Provide the error partial provided by the nifty-generators
  • Change the CSS to a compass project, so that it can be used in any non-rails app as well