Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
ignacio alejandro rojas vega
Sesion3
Commits
c55a99ab
Commit
c55a99ab
authored
7 years ago
by
ignacio alejandro rojas vega
Browse files
Options
Download
Patches
Plain Diff
Sesion3
parent
d38dbb40
Changes
94
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Sesion3/Gemfile
+48
-0
Sesion3/Gemfile
Sesion3/Gemfile.lock
+191
-0
Sesion3/Gemfile.lock
Sesion3/README.rdoc
+28
-0
Sesion3/README.rdoc
Sesion3/Rakefile
+6
-0
Sesion3/Rakefile
Sesion3/app/assets/images/.keep
+0
-0
Sesion3/app/assets/images/.keep
Sesion3/app/assets/javascripts/admin.coffee
+3
-0
Sesion3/app/assets/javascripts/admin.coffee
Sesion3/app/assets/javascripts/application.js
+16
-0
Sesion3/app/assets/javascripts/application.js
Sesion3/app/assets/javascripts/producto.coffee
+3
-0
Sesion3/app/assets/javascripts/producto.coffee
Sesion3/app/assets/javascripts/tienda.coffee
+3
-0
Sesion3/app/assets/javascripts/tienda.coffee
Sesion3/app/assets/stylesheets/admin.scss
+3
-0
Sesion3/app/assets/stylesheets/admin.scss
Sesion3/app/assets/stylesheets/application.css
+15
-0
Sesion3/app/assets/stylesheets/application.css
Sesion3/app/assets/stylesheets/producto.scss
+3
-0
Sesion3/app/assets/stylesheets/producto.scss
Sesion3/app/assets/stylesheets/tienda.scss
+3
-0
Sesion3/app/assets/stylesheets/tienda.scss
Sesion3/app/controllers/admin_controller.rb
+5
-0
Sesion3/app/controllers/admin_controller.rb
Sesion3/app/controllers/application_controller.rb
+17
-0
Sesion3/app/controllers/application_controller.rb
Sesion3/app/controllers/concerns/.keep
+0
-0
Sesion3/app/controllers/concerns/.keep
Sesion3/app/controllers/producto_controller.rb
+5
-0
Sesion3/app/controllers/producto_controller.rb
Sesion3/app/controllers/tienda_controller.rb
+5
-0
Sesion3/app/controllers/tienda_controller.rb
Sesion3/app/helpers/admin_helper.rb
+2
-0
Sesion3/app/helpers/admin_helper.rb
Sesion3/app/helpers/application_helper.rb
+2
-0
Sesion3/app/helpers/application_helper.rb
with
358 additions
and
0 deletions
+358
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets