Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 844 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 844 Bytes

RailsInstaller Web

Codeship Status

Web application for http://railsinstaller.org

Contributing

Fork repository, make required changes, test, open a pull request on GitHub.

If you'd like to translate the site into a different locale, add the relevant YAML file with translated strings to config/locales and make sure everything works properly. Check out config/locales/en.yml for strings to localize.

Current Translations

  • English (en)
  • Brazilian portuguese (pt-BR)
  • Russian (ru-RU)
  • French - France (fr-FR)

Testing

cp config/database.yml.template config/database.yml
bundle install --without="production test"
rails s

And visit http://localhost:3000

Updating contributor list

rake update:contributors