matenia/ad_man

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
ad_man-0.0.10.gem
ad_man.gemspec
app/assets/javascripts/ad_man/advertisements.js42
A
0 mins
app/assets/javascripts/ad_man/application.js0
A
0 mins
app/assets/javascripts/ad_man/keywords.js0
A
0 mins
app/assets/stylesheets/ad_man/advertisements.css
app/assets/stylesheets/ad_man/application.css
app/assets/stylesheets/ad_man/keywords.css
app/assets/stylesheets/scaffold.css
app/controllers/ad_man/advertisements_controller.rb74
A
15 mins
app/controllers/ad_man/application_controller.rb4
A
0 mins
app/controllers/ad_man/keywords_controller.rb51
A
15 mins
app/helpers/ad_man/advertisements_helper.rb4
A
0 mins
app/helpers/ad_man/application_helper.rb38
A
25 mins
app/helpers/ad_man/keywords_helper.rb4
A
0 mins
app/models/ad_man/advertisement.rb65
A
0 mins
app/models/ad_man/keyword.rb20
A
0 mins
app/views/ad_man/advertisements/_form.html.erb
app/views/ad_man/advertisements/edit.html.erb
app/views/ad_man/advertisements/get_ad.js.erb
app/views/ad_man/advertisements/index.html.erb
app/views/ad_man/advertisements/new.html.erb
app/views/ad_man/advertisements/show.html.erb
app/views/ad_man/keywords/_form.html.erb
app/views/ad_man/keywords/edit.html.erb
app/views/ad_man/keywords/index.html.erb
app/views/ad_man/keywords/new.html.erb
app/views/ad_man/keywords/show.html.erb
app/views/layouts/ad_man/application.html.erb
doc/AdMan.html
doc/AdMan/Advertisement.html
doc/AdMan/AdvertisementTest.html
doc/AdMan/AdvertisementsController.html
doc/AdMan/AdvertisementsControllerTest.html
doc/AdMan/AdvertisementsHelper.html
doc/AdMan/AdvertisementsHelperTest.html
doc/AdMan/ApplicationController.html
doc/AdMan/ApplicationHelper.html
doc/AdMan/Engine.html
doc/AdMan/InstallGenerator.html
doc/AdMan/Keyword.html
doc/AdMan/KeywordTest.html
doc/AdMan/KeywordsController.html