https://github.com/bellaj/idx
rails ruby ruby-gem ruby-on-rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bellaj/idx
- Owner: bellaj
- Created: 2018-02-24T11:07:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T21:04:20.000Z (over 8 years ago)
- Last Synced: 2025-08-07T22:36:11.338Z (11 months ago)
- Topics: rails, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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