jameshuynh/formnestic

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.document
.gitignore
.rspec
.travis.yml
.watchr
Gemfile
Gemfile.lock
MIT-LICENSE
README.markdown
Rakefile
VERSION
app/assets/stylesheets/formnestic/entypo.css.scss
app/assets/stylesheets/formnestic/entypo.eot
app/assets/stylesheets/formnestic/entypo.svg
app/assets/stylesheets/formnestic/entypo.ttf
app/assets/stylesheets/formnestic/entypo.woff
app/assets/stylesheets/formnestic/formnestic.css.scss
formnestic.gemspec
log/development.log
rwatchr
screenshots/list_form.png
screenshots/table_form.png
app/assets/javascripts/formnestic/formnestic.js121
A
2 hrs
lib/formnestic.rb22
lib/formnestic/engine.rb4
lib/formnestic/form_builder.rb10
lib/formnestic/form_builder/base_builder.rb61
A
1 hr
lib/formnestic/form_builder/list_form_builder.rb76
A
1 hr
lib/formnestic/form_builder/table_form_builder.rb195
A
1 hr
lib/formnestic/formtastic_extensions.rb95
A
1 hr
lib/formnestic/helpers.rb8
lib/formnestic/helpers/inputs_helper.rb188
A
2 hrs
lib/formnestic/inputs.rb6
lib/formnestic/inputs/base.rb11
lib/formnestic/inputs/base/labelling.rb15
lib/formnestic/inputs/base/wrapping.rb84
lib/generators/formnestic/install_generator.rb30