nesquena/rabl

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/ci.yml
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Gemfile
MIT-LICENSE
README.md
Rakefile
examples/base.json.rabl
examples/demo.json.rabl
examples/inherited.json.rabl
fixtures/ashared/NOTES
fixtures/ashared/README
fixtures/ashared/controllers_rails_5/posts_controller.rb13
A
0 mins
fixtures/ashared/controllers_rails_5/users_controller.rb9
A
0 mins
fixtures/ashared/helpers/application_helper.rb5
A
0 mins
fixtures/ashared/migrate/20111002092016_create_users.rb14
A
0 mins
fixtures/ashared/migrate/20111002092019_create_posts.rb13
A
0 mins
fixtures/ashared/migrate/20111002092024_create_phone_numbers.rb15
A
0 mins
fixtures/ashared/models/phone_number.rb6
A
0 mins
fixtures/ashared/models/post.rb3
A
0 mins
fixtures/ashared/models/user.rb3
A
0 mins
fixtures/ashared/views/layouts/application.html.erb
fixtures/ashared/views/posts/_show_footer_script.js.erb
fixtures/ashared/views/posts/date.rabl
fixtures/ashared/views/posts/index.rabl
fixtures/ashared/views/posts/show.rabl
fixtures/ashared/views/users/index.json.rabl
fixtures/ashared/views/users/phone_number.json.rabl
fixtures/ashared/views/users/show.json.rabl
fixtures/ashared/views_rails_3/layouts/application.html.erb
fixtures/ashared/views_rails_3/posts/_show_footer_script.js.erb
fixtures/ashared/views_rails_3/posts/date.rabl
fixtures/ashared/views_rails_3/posts/index.html.erb
fixtures/ashared/views_rails_3/posts/index.rabl
fixtures/ashared/views_rails_3/posts/renderer.rabl
fixtures/ashared/views_rails_3/posts/renderer_partial.rabl
fixtures/ashared/views_rails_3/posts/show.html.erb
fixtures/ashared/views_rails_3/posts/show.rabl
fixtures/ashared/views_rails_3/posts/show.rabl_test_v1.rabl
fixtures/ashared/views_rails_3/users/index.json.rabl
fixtures/ashared/views_rails_3/users/phone_number.json.rabl
fixtures/ashared/views_rails_3/users/show.json.rabl
fixtures/ashared/views_rails_3/users/show.rabl_test_v1.rabl
fixtures/ashared/views_rails_6/layouts/application.html.erb
fixtures/ashared/views_rails_6/posts/_show_footer_script.js.erb
fixtures/ashared/views_rails_6/posts/date.rabl
fixtures/ashared/views_rails_6/posts/index.html.erb
fixtures/ashared/views_rails_6/posts/index.rabl
fixtures/ashared/views_rails_6/posts/renderer.rabl