Rails


Ruby on Rails® is an open-source web framework that’s optimized for programmer happiness and sustainable productivity

Pages Ruby on Rails Generator

Pages comes with a command line tool to generate Rails boilerplate using one simple command:

Requirements

  • NodeJS
  • Grunt

How to generate

Step one

Using your terminal navigate to the diretory boilerplates in your downloaded package


Step two

Run the following command on your terminal, this will download the dependencies for the generator to work and only required once

npm install

Step Three

Type the following command to generate your expressjs boilerplate for pages framework installed

grunt build:rails

To give your app name type it as the last argument

grunt build:rails:my app name here