Skip to content

samgrimm/wwc-lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##SuperMegaUltra Rails App Generator Template!

This app was created using the template located [here](link pending).

###It has the following items pre-configured:

Bootstrap 4 and FontAwesome Devise SendGrid gritter i18n-tasks Custom scaffold templates Navbar partial and helpers

###What it will do:

Install the gems listed above and their dependencies Configure RSPEC with Factory Girl, Warden, and database_cleaner Update the application assets to get bootstrap, FontAwesome, and gritter Update application.rb with generator configuration and locale configuration Update application_controller with locale method Update the application layout to contain a Navbar and the calls to gritter Add helper methods to the application_helper to help edit the navbar, gritter Add initializers for i18n-tasks and sendgrid setup Add locale files for EN and PT with some of the basic tags already translated Run i18n-tasks to capture other i18n-tasks Add generator templates for the scaffold that include locale paths, i18n tags, and some bootstrap styles Modify the scaffold generator, so that new scaffolds will run i18n-tasks at the end to capture the missing i18n tags Add the locale scope to routes.rb runs the first db:create and db:migrate Create a static_pages controller with a home (directed to root_path) and an about page Run the initial Git Commit command, so you start off great with git, and push to github all from the very first command

###To-dos after deployment

Make sure to configure email server with the correct url by pasting the following line into production.rb config.action_mailer.default_url_options = { :host => "" } Go to Heroku and add the SendGrid Add-on and follow the prompts: ..1. Go to Sender Whiz ..2. Choose Integrate using SMTP Relay ..3. Create API key ..4. Verify Integration! You may need to install the tether gem to run some of the bootstrap features, so add this to your . source "https://rails-assets.org" do gem "rails-assets-tether" end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published