.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.travis.yml | |
|
|
.yardopts | |
|
|
Gemfile | |
|
|
MIT-LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
adminable.gemspec | |
|
|
app/assets/javascripts/adminable/application.js | 0 | A 0 mins |
|
app/assets/javascripts/adminable/scripts.js | 20 | A 0 mins |
|
app/assets/stylesheets/adminable/application.scss | |
|
|
app/controllers/adminable/application_controller.rb | 4 | A 0 mins |
|
app/controllers/adminable/resources_controller.rb | 89 | A 0 mins |
|
app/helpers/adminable/application_helper.rb | 4 | A 0 mins |
|
app/views/adminable/kaminari/_first_page.html.haml | |
|
|
app/views/adminable/kaminari/_last_page.html.haml | |
|
|
app/views/adminable/kaminari/_next_page.html.haml | |
|
|
app/views/adminable/kaminari/_page.html.haml | |
|
|
app/views/adminable/kaminari/_paginator.html.haml | |
|
|
app/views/adminable/kaminari/_prev_page.html.haml | |
|
|
app/views/adminable/resources/_form.html.haml | |
|
|
app/views/adminable/resources/_search.html.haml | |
|
|
app/views/adminable/resources/edit.html.haml | |
|
|
app/views/adminable/resources/form/_belongs_to.html.haml | |
|
|
app/views/adminable/resources/form/_boolean.html.haml | |
|
|
app/views/adminable/resources/form/_date.html.haml | |
|
|
app/views/adminable/resources/form/_datetime.html.haml | |
|
|
app/views/adminable/resources/form/_decimal.html.haml | |
|
|
app/views/adminable/resources/form/_float.html.haml | |
|
|
app/views/adminable/resources/form/_has_many.html.haml | |
|
|
app/views/adminable/resources/form/_has_one.html.haml | |
|
|
app/views/adminable/resources/form/_integer.html.haml | |
|
|
app/views/adminable/resources/form/_string.html.haml | |
|
|
app/views/adminable/resources/form/_text.html.haml | |
|
|
app/views/adminable/resources/form/_time.html.haml | |
|
|
app/views/adminable/resources/form/_timestamp.html.haml | |
|
|
app/views/adminable/resources/index.html.haml | |
|
|
app/views/adminable/resources/index/_belongs_to.html.haml | |
|
|
app/views/adminable/resources/index/_boolean.html.haml | |
|
|
app/views/adminable/resources/index/_date.html.haml | |
|
|
app/views/adminable/resources/index/_datetime.html.haml | |
|
|
app/views/adminable/resources/index/_decimal.html.haml | |
|
|
app/views/adminable/resources/index/_float.html.haml | |
|
|
app/views/adminable/resources/index/_has_many.html.haml | |
|
|
app/views/adminable/resources/index/_has_one.html.haml | |
|
|
app/views/adminable/resources/index/_integer.html.haml | |
|
|
app/views/adminable/resources/index/_string.html.haml | |
|
|
app/views/adminable/resources/index/_text.html.haml | |
|
|