basic setup
parent
08df7e12
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- Gemfile 1 ajout, 0 suppressionGemfile
- Gemfile.lock 4 ajouts, 0 suppressionGemfile.lock
- app/controllers/services_controller.rb 25 ajouts, 0 suppressionapp/controllers/services_controller.rb
- app/controllers/users_controller.rb 3 ajouts, 0 suppressionapp/controllers/users_controller.rb
- app/views/users/edit.html.haml 8 ajouts, 0 suppressionapp/views/users/edit.html.haml
- config/environment.rb 8 ajouts, 1 suppressionconfig/environment.rb
- config/fb_config.yml 4 ajouts, 0 suppressionconfig/fb_config.yml
- config/routes.rb 16 ajouts, 15 suppressionsconfig/routes.rb
... | @@ -21,6 +21,7 @@ gem 'will_paginate', '3.0.pre2' | ... | @@ -21,6 +21,7 @@ gem 'will_paginate', '3.0.pre2' |
gem 'roxml', :git => 'git://github.com/Empact/roxml.git' | gem 'roxml', :git => 'git://github.com/Empact/roxml.git' | ||
gem 'addressable', :require => 'addressable/uri' | gem 'addressable', :require => 'addressable/uri' | ||
gem 'json' | gem 'json' | ||
gem 'mini_fb' | |||
#Standards | #Standards | ||
gem 'pubsubhubbub' | gem 'pubsubhubbub' | ||
... | ... |
app/controllers/services_controller.rb
0 → 100644
config/fb_config.yml
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter