https://github.com/andredarcie/ruby-on-rails-simple-blog
Getting Started with Rails
https://github.com/andredarcie/ruby-on-rails-simple-blog
blog rails ruby
Last synced: 7 months ago
JSON representation
Getting Started with Rails
- Host: GitHub
- URL: https://github.com/andredarcie/ruby-on-rails-simple-blog
- Owner: andredarcie
- Created: 2016-07-07T01:09:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T20:41:13.000Z (about 9 years ago)
- Last Synced: 2025-01-09T20:09:19.456Z (9 months ago)
- Topics: blog, rails, ruby
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby On Rails Simple Blog
This project is a blog made based on the official [getting started](http://guides.rubyonrails.org/getting_started.html) with rails guide.
* Ruby version 2.2.4
* Rails version 4.2.5.1
* Run `bundle install`
* Run `rake db:migrate`
* Run `rails s`
* Login name: `dhh` password: `secret`
* Enjoy