Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-05 | Merge branch 'clean' | Luke Shumaker | |
Conflicts: app/controllers/sessions_controller.rb app/views/sessions/new.html.erb config/routes.rb | |||
2014-03-05 | make a session model as well as controller | Luke Shumaker | |
2014-03-04 | Here's to messing everything up. | AndrewMurrell | |
2014-03-04 | Merge branch 'master' of github.com:LukeShu/leager | Luke Shumaker | |
Conflicts: app/controllers/sessions_controller.rb | |||
2014-03-04 | fix SessionsController#create | Luke Shumaker | |
2014-03-04 | login works | Tomer Kimia | |
2014-03-04 | signin gives error if user cannot sign in | Tomer Kimia | |
2014-03-04 | simplify the sessions routing | Luke Shumaker | |
2014-03-03 | Merge branch 'master' of github.com:LukeShu/leager | Luke Shumaker | |
Conflicts: app/controllers/users_controller.rb app/views/users/index.html.erb | |||
2014-03-03 | Merge branch 'clean4' | Luke Shumaker | |
Conflicts: app/assets/stylesheets/scaffolds.css.scss app/assets/stylesheets/static.css.scss app/controllers/sessions_controller.rb app/controllers/static_controller.rb app/controllers/tournaments_controller.rb app/controllers/users_controller.rb app/helpers/sessions_helper.rb app/models/game.rb app/models/user.rb app/views/games/index.html.erb app/views/tournaments/index.html.erb app/views/tournaments/new.html.erb app/views/users/_form.html.erb app/views/users/index.html.erb app/views/users/index.json.jbuilder app/views/users/new.html.erb app/views/users/show.html.erb app/views/users/show.json.jbuilder config/routes.rb generate.sh | |||
2014-03-03 | run ./generate.sh | Luke Shumaker | |
2014-03-03 | small things | Tomer Kimia | |
2014-03-03 | users_controller: indent | Luke Shumaker | |
2014-03-03 | fixed users table | Tomer Kimia | |
2014-03-03 | Added some partial rendering. | AndrewMurrell | |
2014-03-03 | More documentation changes | DavisLWebb | |
2014-03-02 | Users work 1000000000000% but there is a path issue with the html | DavisLWebb | |
2014-03-02 | Added Tournament Name. | AndrewMurrell | |
2014-03-02 | I changed the user controller | DavisLWebb | |
2014-03-02 | THIS SHOULD COMMIT THE SESSION FILES | DavisLWebb | |
2014-03-02 | fixed an issue in user controller | DavisLWebb | |
2014-03-02 | Finished sessions and updated user model | DavisLWebb | |
2014-03-02 | Added Session controller and helper. Also update user to have a remember_token | DavisLWebb | |
2014-03-02 | working pages by commenting include sessionhelper | Tomer Kimia | |
2014-03-02 | currently adding Session controller and view | DavisLWebb | |
2014-03-02 | currently adding Session controller and view | DavisLWebb | |
2014-03-02 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
Conflicts: Gemfile.lock app/views/layouts/application.html.erb config/routes.rb | |||
2014-03-02 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
Conflicts: Gemfile.lock app/views/layouts/application.html.erb config/routes.rb | |||
2014-03-02 | Gemfile.lock | DavisLWebb | |
2014-03-02 | added preliminary homepage | Tomer Kimia | |
2014-03-02 | added preliminary homepage | Tomer Kimia | |
2014-03-01 | changed the user section of the generate | DavisLWebb | |
2014-03-01 | users_controller.rb | DavisLWebb | |
2014-02-28 | fixed db/seeds.rb and tried to get the game... did not succeed | Tomer Kimia | |
2014-02-27 | Added the Games Attributes stuff. | AndrewMurrell | |
2014-02-27 | Added one line to tournaments controller. | AndrewMurrell | |
2014-02-27 | give tournaments a game type | Luke Shumaker | |
2014-02-27 | add game types | Luke Shumaker | |
2014-02-20 | fix datatype names in generate.sh | DavisLWebb | |
2014-02-18 | Changes to generate.sh | AndrewMurrell | |
2014-02-18 | Added the generate shell command. Please do not commit the generated files. | AndrewMurrell | |
2014-02-18 | Run `rails new` | Luke Shumaker | |