huacnlee/homeland

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
CHANGELOG.md
DEV-GUIDES.md
Gemfile
Gemfile.lock
MIT-LICENSE
Procfile
README.md
Rakefile
TODO.md
app/assets/javascripts/homeland/application.coffee
app/assets/javascripts/homeland/bootstrap.min.js2
A
0 mins
app/assets/javascripts/homeland/homeland/nodes.js0
A
0 mins
app/assets/javascripts/homeland/jquery.timeago.js118
A
1 hr
app/assets/javascripts/homeland/nodes.js0
A
0 mins
app/assets/javascripts/homeland/tether.min.js1
A
0 mins
app/assets/stylesheets/homeland/application.scss
app/assets/stylesheets/homeland/bootstrap-theme.scss
app/assets/stylesheets/homeland/bootstrap.min.css
app/assets/stylesheets/homeland/homeland/nodes.css
app/assets/stylesheets/homeland/markdown.scss
app/assets/stylesheets/homeland/tether.min.css
app/controllers/homeland/application_controller.rb40
A
0 mins
app/controllers/homeland/nodes_controller.rb40
A
0 mins
app/controllers/homeland/replies_controller.rb28
A
0 mins
app/controllers/homeland/topics_controller.rb82
A
0 mins
app/helpers/homeland/application_helper.rb46
A
0 mins
app/models/homeland/node.rb13
A
0 mins
app/models/homeland/reply.rb23
A
0 mins
app/models/homeland/topic.rb23
A
0 mins
app/views/homeland/nodes/_form.html.erb
app/views/homeland/nodes/_node.html.erb
app/views/homeland/nodes/edit.html.erb
app/views/homeland/nodes/index.html.erb
app/views/homeland/nodes/new.html.erb
app/views/homeland/nodes/update.html.erb
app/views/homeland/replies/_reply.html.erb
app/views/homeland/replies/edit.html.erb
app/views/homeland/shared/_error_messages.html.erb
app/views/homeland/topics/_form.html.erb
app/views/homeland/topics/_node_info.html.erb
app/views/homeland/topics/_reply_form.html.erb
app/views/homeland/topics/_topic.html.erb
app/views/homeland/topics/edit.html.erb
app/views/homeland/topics/index.html.erb
app/views/homeland/topics/new.html.erb
app/views/homeland/topics/show.html.erb
app/views/layouts/homeland/application.html.erb
bin/rails