All Projects → morizyun → Rails5_application_template

morizyun / Rails5_application_template

Rails Application Template

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Rails5 application template

Graphiti
Stylish Graph APIs
Stars: ✭ 783 (+4505.88%)
Mutual labels:  rails
Activerecordextended
Adds additional postgres functionality to an ActiveRecord / Rails application
Stars: ✭ 830 (+4782.35%)
Mutual labels:  rails
Vagrant Rails Dev
my vagrant rails development box
Stars: ✭ 16 (-5.88%)
Mutual labels:  rails
Medusa
🐈Medusa是一个红队武器库平台,目前包括扫描功能(200+个漏洞)、XSS平台、协同平台、CVE监控等功能,持续开发中 http://medusa.ascotbe.com
Stars: ✭ 796 (+4582.35%)
Mutual labels:  rails
Octicons
A scalable set of icons handcrafted with <3 by GitHub
Stars: ✭ 7,039 (+41305.88%)
Mutual labels:  rails
Ordinalize full
Turns a number into an ordinal string such as first, second, third or 1st, 2nd, 3rd.
Stars: ✭ 6 (-64.71%)
Mutual labels:  rails
Openfarm
A free and open database for farming and gardening knowledge. You can grow anything!
Stars: ✭ 779 (+4482.35%)
Mutual labels:  rails
Leaky Gems
A list of Ruby gems that have known memory leaks (and issues)
Stars: ✭ 895 (+5164.71%)
Mutual labels:  rails
E2e Tester
Open source End-to-End test service
Stars: ✭ 6 (-64.71%)
Mutual labels:  rails
Capybara error intel
🐛 Ruby gem for heuristic error messages in Capybara based Page Objects
Stars: ✭ 16 (-5.88%)
Mutual labels:  rails
Rails Settings
Manage settings with Ruby on Rails
Stars: ✭ 807 (+4647.06%)
Mutual labels:  rails
Data Migrate
Migrate and update data alongside your database structure.
Stars: ✭ 821 (+4729.41%)
Mutual labels:  rails
Bh
Bootstrap Helpers for Ruby
Stars: ✭ 834 (+4805.88%)
Mutual labels:  rails
Active link to
Rails view helper to manage "active" state of a link
Stars: ✭ 792 (+4558.82%)
Mutual labels:  rails
Denite Rails
denite-rails is a Denite.nvim source for Rails.
Stars: ✭ 17 (+0%)
Mutual labels:  rails
Materialize Sass
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Stars: ✭ 785 (+4517.65%)
Mutual labels:  rails
Colourmatch
Search by Colour. Find photos with matching palettes.
Stars: ✭ 6 (-64.71%)
Mutual labels:  rails
Administrate Field Ckeditor
A plugin for adding CKEditor support to Administrate
Stars: ✭ 17 (+0%)
Mutual labels:  rails
Decidim
The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
Stars: ✭ 894 (+5158.82%)
Mutual labels:  rails
Procourse Memberships
Allow users to purchase access to a user group on Discourse.
Stars: ✭ 16 (-5.88%)
Mutual labels:  rails

Rails5 application template

Rails5 Application Template. - Rails Application Templates — Ruby on Rails Guides

It's easy to start Rails5 application with useful gems.

Preparation

Upgrading ruby version in rbenv

Fill following commands:

# Update Homebrew
$ brew update

# Generate modern .gitignore
$ brew install wget gibo

# Update ruby-build
$ brew upgrade ruby-build

# Show some ruby versions which rbenv can install
$ rbenv install --list

# Install latest Ruby(e.g. 2.4.1)
$ rbenv install 2.4.1

Install latest Rails gem

# Set to use rails latest version(e.g. 5.1.2)
$ gem install rails -v 5.1.2

Execution command

Execute following commands:

# if you want to use PostgreSQL, please execute following command;
$ rails _5.1.2_ new test_app --database=postgresql -T --skip-bundle -m https://raw.githubusercontent.com/morizyun/rails5_application_template/master/app_template.rb

# if you want to use MySQL, please execute following command;
$ rails _5.1.2_ new test_app --database=mysql -T --skip-bundle -m https://raw.githubusercontent.com/morizyun/rails5_application_template/master/app_template.rb

Detail explanation

Description of this template in Japanese is as follows;

Rails 5.0.0 + Bootstrap 1コマンドで! - 酒と泪とRubyとRailsと

Supported versions

  • Ruby 2.4.1
  • Rails 5.1

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].