Skip to content

baurine/rails-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Study

Practice different rails samples follow different tutorials.

Notes

相关的其它项目及笔记:

To Learn:

学习资源:

Samples

simple_blog

A simple and basic blog sample, follow ruby on rails official getting started guide.

my_api

Practice API-Only app by rails 5 native API-Only mode.

microblog_api

Another API-Only app.

rails_tutorial

The samples follow the book Ruby on Rails Tutorial.

  1. micropost_web

    A twitter-like micro-post web site.

agile-rails-5

The samples follow the book Agile Web Development with Rails 5

upload_file_demo

The sample about how to upload file by CarrierWave gem and jQuery File Upload plugin.

item_cart

The sample about how to integrate react in rails by 'react-rails' gem.