-
- Downloads
Add ability to Search issues
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- app/controllers/issues_controller.rb 7 additions, 0 deletionsapp/controllers/issues_controller.rb
- app/views/issues/index.html.haml 17 additions, 1 deletionapp/views/issues/index.html.haml
- config/database.yml 9 additions, 10 deletionsconfig/database.yml
- config/routes.rb 3 additions, 0 deletionsconfig/routes.rb
- spec/requests/issues_spec.rb 22 additions, 0 deletionsspec/requests/issues_spec.rb
Loading
| Loading
| @@ -20,6 +20,7 @@ gem "kaminari" |
gem "thin" | ||
gem "git" | ||
gem "acts_as_list" | ||
gem "mysql2" | ||
group :assets do | ||
gem 'sass-rails', " ~> 3.1.0" | ||
Loading
| Loading
|
Please register or sign in to comment