Project

e9_polls

0.0
No commit activity in last 3 years
No release in over 3 years
** NOTE - This gem depends on e9_base, but does not reference it. It WILL NOT FUNCTION for apps which aren't built on the e9 Rails 3 CMS ** == E9Polls Provites a Poll renderable for the e9 Rails 3 CMS. == Installation 1. Include the gem and run the install generator to copy over the necessary files, then migrate. rails g e9_polls:install This will install the db migration, the JS and CSS required for the plugin to function properly, and an initializer. Modify the CSS as you see fit and the JS as required (carefully). Check out the initializer and modify if necessary. For non-Ajax fallbacks it uses the 'application' layout. This should be changed if the app doesn't use application layout as a sensible default. 2. Migrate the database. rake db:migrate 3. Finally, include the generated javascript and css (e9_polls.js and e9_polls.css) in the fashion suited to the app. 4. There is no #4.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

** NOTE - This gem depends on e9_base, but does not reference it. It WILL NOT FUNCTION for apps which aren’t built on the e9 Rails 3 CMS **

E9Polls¶ ↑

Provites a Poll renderable for the e9 Rails 3 CMS.

Installation¶ ↑

  1. Include the gem and run the install generator to copy over the necessary files, then migrate.

    rails g e9_polls:install
    

    This will install the db migration, the JS and CSS required for the plugin to function properly, and an initializer.

    Modify the CSS as you see fit and the JS as required (carefully).

    Check out the initializer and modify if necessary. For non-Ajax fallbacks it uses the ‘application’ layout. This should be changed if the app doesn’t use application layout as a sensible default.

  2. Migrate the database.

    rake db:migrate
    
  3. Finally, include the generated javascript and css (e9_polls.js and e9_polls.css) in the fashion suited to the app.

  4. There is no #4.