.github/workflows/build.yml | |
|
|
.gitignore | |
|
|
.rubocop.yml | |
|
|
Gemfile | |
|
|
MIT-LICENSE | |
|
|
README.rdoc | |
|
|
Rakefile | |
|
|
VERSION | |
|
|
app/assets/images/actions/add.png | |
|
|
app/assets/images/actions/delete.png | |
|
|
app/assets/images/actions/edit.png | |
|
|
app/assets/images/actions/list.png | |
|
|
app/assets/images/actions/show.png | |
|
|
app/assets/stylesheets/crud.scss | |
|
|
app/assets/stylesheets/sample.scss | |
|
|
app/controllers/crud_controller.rb | 126 | A 3 hrs |
|
app/controllers/dry_crud/generic_model.rb | 48 | A 0 mins |
|
app/controllers/dry_crud/nestable.rb | 37 | A 0 mins |
|
app/controllers/dry_crud/rememberable.rb | 39 | A 0 mins |
|
app/controllers/dry_crud/render_callbacks.rb | 41 | A 0 mins |
|
app/controllers/dry_crud/searchable.rb | 52 | A 0 mins |
|
app/controllers/dry_crud/sortable.rb | 43 | A 25 mins |
|
app/controllers/list_controller.rb | 20 | A 0 mins |
|
app/helpers/actions_helper.rb | 37 | A 0 mins |
|
app/helpers/dry_crud/form/builder.rb | 195 | A 3 hrs |
|
app/helpers/dry_crud/form/control.rb | 107 | A 35 mins |
|
app/helpers/dry_crud/table/actions.rb | 59 | A 25 mins |
|
app/helpers/dry_crud/table/builder.rb | 71 | A 25 mins |
|
app/helpers/dry_crud/table/col.rb | 23 | A 0 mins |
|
app/helpers/dry_crud/table/sorting.rb | 41 | A 0 mins |
|
app/helpers/form_helper.rb | 26 | A 0 mins |
|
app/helpers/format_helper.rb | 111 | A 0 mins |
|
app/helpers/i18n_helper.rb | 51 | A 0 mins |
|
app/helpers/table_helper.rb | 47 | A 0 mins |
|
app/helpers/utility_helper.rb | 53 | A 0 mins |
|
app/views/crud/_actions_edit.html.erb | |
|
|
app/views/crud/_actions_edit.html.haml | |
|
|
app/views/crud/_actions_index.html.erb | |
|
|
app/views/crud/_actions_index.html.haml | |
|
|
app/views/crud/_actions_show.html.erb | |
|
|
app/views/crud/_actions_show.html.haml | |
|
|
app/views/crud/_attrs.html.erb | |
|
|
app/views/crud/_attrs.html.haml | |
|
|
app/views/crud/_form.html.erb | |
|
|
app/views/crud/_form.html.haml | |
|
|
app/views/crud/_list.html.erb | |
|
|
app/views/crud/_list.html.haml | |
|
|
app/views/crud/edit.html.erb | |
|
|
app/views/crud/edit.html.haml | |
|
|
app/views/crud/new.html.erb | |
|
|