codez/dry_crud

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.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.rb126
A
3 hrs
app/controllers/dry_crud/generic_model.rb48
A
0 mins
app/controllers/dry_crud/nestable.rb37
A
0 mins
app/controllers/dry_crud/rememberable.rb39
A
0 mins
app/controllers/dry_crud/render_callbacks.rb41
A
0 mins
app/controllers/dry_crud/searchable.rb52
A
0 mins
app/controllers/dry_crud/sortable.rb43
A
25 mins
app/controllers/list_controller.rb20
A
0 mins
app/helpers/actions_helper.rb37
A
0 mins
app/helpers/dry_crud/form/builder.rb195
A
3 hrs
app/helpers/dry_crud/form/control.rb107
A
35 mins
app/helpers/dry_crud/table/actions.rb59
A
25 mins
app/helpers/dry_crud/table/builder.rb71
A
25 mins
app/helpers/dry_crud/table/col.rb23
A
0 mins
app/helpers/dry_crud/table/sorting.rb41
A
0 mins
app/helpers/form_helper.rb26
A
0 mins
app/helpers/format_helper.rb111
A
0 mins
app/helpers/i18n_helper.rb51
A
0 mins
app/helpers/table_helper.rb47
A
0 mins
app/helpers/utility_helper.rb53
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