https://github.com/noraworld/rails-blog-system
:no_entry_sign: [Discontinued] Individual study for Ruby on Rails, getting started with simple blog system
https://github.com/noraworld/rails-blog-system
Last synced: 7 months ago
JSON representation
:no_entry_sign: [Discontinued] Individual study for Ruby on Rails, getting started with simple blog system
- Host: GitHub
- URL: https://github.com/noraworld/rails-blog-system
- Owner: noraworld
- Created: 2016-05-30T12:18:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T07:00:00.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T21:27:41.308Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Blog System
Individual study for Ruby on Rails. Referred to [RailsGuides](http://railsguides.jp/getting_started.html) to learn the basic Rails application.## Version
* Ruby on Rails 4.2.6
* Ruby 2.0.0p353## Environment
```Ruby
LOGIN_NAME='noraworld'
LOGIN_PASSWORD='buzzword2'
```The environment variables above is example, anything is OK. These environment variables are used for basic authentication. If you are required your username and password, you can login by typing these variables.