Une première ressource "users"
parent
f5de0226
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- Gemfile 2 ajouts, 0 suppressionGemfile
- Gemfile.lock 127 ajouts, 0 suppressionGemfile.lock
- app/assets/javascripts/users.js.coffee 3 ajouts, 0 suppressionapp/assets/javascripts/users.js.coffee
- app/assets/stylesheets/users.css.sass 3 ajouts, 0 suppressionapp/assets/stylesheets/users.css.sass
- app/controllers/users_controller.rb 74 ajouts, 0 suppressionapp/controllers/users_controller.rb
- app/helpers/users_helper.rb 2 ajouts, 0 suppressionapp/helpers/users_helper.rb
- app/models/user.rb 2 ajouts, 0 suppressionapp/models/user.rb
- app/views/users/_form.html.haml 22 ajouts, 0 suppressionapp/views/users/_form.html.haml
- app/views/users/edit.html.haml 7 ajouts, 0 suppressionapp/views/users/edit.html.haml
- app/views/users/index.html.haml 25 ajouts, 0 suppressionapp/views/users/index.html.haml
- app/views/users/index.json.jbuilder 4 ajouts, 0 suppressionapp/views/users/index.json.jbuilder
- app/views/users/new.html.haml 5 ajouts, 0 suppressionapp/views/users/new.html.haml
- app/views/users/show.html.haml 18 ajouts, 0 suppressionapp/views/users/show.html.haml
- app/views/users/show.json.jbuilder 1 ajout, 0 suppressionapp/views/users/show.json.jbuilder
- config/routes.rb 2 ajouts, 0 suppressionconfig/routes.rb
- db/schema.rb 77 ajouts, 0 suppressiondb/schema.rb
- test/controllers/users_controller_test.rb 49 ajouts, 0 suppressiontest/controllers/users_controller_test.rb
- test/fixtures/users.yml 11 ajouts, 0 suppressiontest/fixtures/users.yml
- test/helpers/users_helper_test.rb 4 ajouts, 0 suppressiontest/helpers/users_helper_test.rb
- test/models/user_test.rb 7 ajouts, 0 suppressiontest/models/user_test.rb
... | ... | @@ -43,3 +43,5 @@ end |
# Use debugger | ||
# gem 'debugger', group: [:development, :test] | ||
gem 'haml-rails', '>= 0.3.4', group: :development |
Gemfile.lock
0 → 100644
app/assets/javascripts/users.js.coffee
0 → 100644
app/assets/stylesheets/users.css.sass
0 → 100644
app/controllers/users_controller.rb
0 → 100644
app/helpers/users_helper.rb
0 → 100644
app/models/user.rb
0 → 100644
app/views/users/_form.html.haml
0 → 100644
app/views/users/edit.html.haml
0 → 100644
app/views/users/index.html.haml
0 → 100644
app/views/users/index.json.jbuilder
0 → 100644
app/views/users/new.html.haml
0 → 100644
app/views/users/show.html.haml
0 → 100644
app/views/users/show.json.jbuilder
0 → 100644
db/schema.rb
0 → 100644
test/controllers/users_controller_test.rb
0 → 100644
test/fixtures/users.yml
0 → 100644
test/helpers/users_helper_test.rb
0 → 100644
test/models/user_test.rb
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter