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

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

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.