An open API service indexing awesome lists of open source software.

https://github.com/bellaj/idx


https://github.com/bellaj/idx

rails ruby ruby-gem ruby-on-rails

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Demonstration

to install rails https://gorails.com/setup/ubuntu/16.04

# installation : #

gem install bundler

bundle update

bundle install

Optional : sudo apt install ruby-railties

if pg error : sudo apt-get install libpq-dev

# run Application#
--------------------
rake db:version
rake db:create
rake db:migrate
rake db:test:prepare
rails server
and visit 127.0.0.1:3000

** Notice : **

if you have a newer Ruby downgrad or install older version 2.3.4:

add a .ruby-version file to your application's directory containing the following line:

2.3.4

this Demo works without problem with the following releases :

ruby -v
ruby 2.3.4p301 (2017-03-30 revision 58214) [x86_64-linux]
rails -v
Rails 3.2.13

** heroku **
heroku run bash --app blockid