文件名称:sns-ruby
- 所属分类:
- Web服务器
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2014-02-07
- 文件大小:
- 1.3mb
- 下载次数:
- 0次
- 提 供 者:
- p***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用ruby实现的一个sns界面,更改了样式表,主要为博客的实现,具有简单的逻辑。-Sns with ruby interface to achieve a change of style sheets, mainly for blog implementation, with simple logic.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mysns
.....\.gitignore
.....\app
.....\...\assets
.....\...\......\images
.....\...\......\......\logo.png
.....\...\......\......\rails.png
.....\...\......\javascripts
.....\...\......\...........\application.js
.....\...\......\...........\blogs.js.coffee
.....\...\......\...........\comments.js.coffee
.....\...\......\...........\sessions.js.coffee
.....\...\......\...........\store.js.coffee
.....\...\......\...........\users.js.coffee
.....\...\......\stylesheets
.....\...\......\...........\application.css
.....\...\......\...........\blogs.css.scss
.....\...\......\...........\comments.css.scss
.....\...\......\...........\mysns.css
.....\...\......\...........\scaffolds.css.scss
.....\...\......\...........\sessions.css.scss
.....\...\......\...........\store.css.scss
.....\...\......\...........\users.css.scss
.....\...\controllers
.....\...\...........\application_controller.rb
.....\...\...........\blogs_controller.rb
.....\...\...........\comments_controller.rb
.....\...\...........\sessions_controller.rb
.....\...\...........\store_controller.rb
.....\...\...........\users_controller.rb
.....\...\helpers
.....\...\.......\application_helper.rb
.....\...\.......\blogs_helper.rb
.....\...\.......\comments_helper.rb
.....\...\.......\sessions_helper.rb
.....\...\.......\store_helper.rb
.....\...\.......\users_helper.rb
.....\...\mailers
.....\...\.......\.gitkeep
.....\...\models
.....\...\......\.gitkeep
.....\...\......\blog.rb
.....\...\......\comment.rb
.....\...\......\user.rb
.....\...\views
.....\...\.....\blogs
.....\...\.....\.....\.index.html.erb.swm
.....\...\.....\.....\.index.html.erb.swp
.....\...\.....\.....\edit.html.erb
.....\...\.....\.....\fail.html.erb
.....\...\.....\.....\index.html.erb
.....\...\.....\.....\new.html.erb
.....\...\.....\.....\show.html.erb
.....\...\.....\.....\_form.html.erb
.....\...\.....\comments
.....\...\.....\........\edit.html.erb
.....\...\.....\........\fail.html.erb
.....\...\.....\........\index.html.erb
.....\...\.....\........\new.html.erb
.....\...\.....\........\show.html.erb
.....\...\.....\........\_comment.html.erb
.....\...\.....\........\_form.html.erb
.....\...\.....\layouts
.....\...\.....\.......\application.html.erb
.....\...\.....\sessions
.....\...\.....\........\fail.html.erb
.....\...\.....\........\new.html.erb
.....\...\.....\store
.....\...\.....\.....\.index.html.erb.swp
.....\...\.....\.....\index.html.erb
.....\...\.....\users
.....\...\.....\.....\.index.html.erb.swp
.....\...\.....\.....\edit.html.erb
.....\...\.....\.....\fail.html.erb
.....\...\.....\.....\index.html.erb
.....\...\.....\.....\new.html.erb
.....\...\.....\.....\newfail.html .erb
.....\...\.....\.....\newfail.html.erb
.....\...\.....\.....\show.html.erb
.....\...\.....\.....\_form.html.erb
.....\config
.....\config.ru
.....\......\application.rb
.....\......\boot.rb
.....\......\database.yml
.....\......\environment.rb
.....\......\environments
.....\......\............\development.rb
.....\......\............\production.rb
.....\......\............\test.rb
.....\......\initializers
.....\......\............\backtrace_silencers.rb
.....\......\............\inflections.rb
.....\......\............\mime_types.rb
.....\......\............\secret_token.rb
.....\......\............\session_store.rb
.....\......\............\wrap_parameters.rb
.....\......\locales
.....\......\.......\en.yml
.....\......\routes.rb