summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2014-03-04routes has redirectionTomer Kimia
2014-03-04simplify the sessions routingLuke Shumaker
2014-03-03Merge branch 'master' of github.com:LukeShu/leagerLuke Shumaker
Conflicts: app/controllers/users_controller.rb app/views/users/index.html.erb
2014-03-03Merge 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-03run ./generate.shLuke Shumaker
2014-03-03routes fixed signoutTomer Kimia
2014-03-03Merge branch 'master' of https://github.com/LukeShu/leaguerTomer Kimia
2014-03-02Users work 1000000000000% but there is a path issue with the htmlDavisLWebb
2014-03-02I changed the user controllerDavisLWebb
2014-03-02added abuttonTomer Kimia
2014-03-02currently adding Session controller and viewDavisLWebb
2014-03-02currently adding Session controller and viewDavisLWebb
2014-03-02Merge branch 'master' of http://github.com/LukeShu/leaguerDavisLWebb
Conflicts: Gemfile.lock app/views/layouts/application.html.erb config/routes.rb
2014-03-02Merge branch 'master' of http://github.com/LukeShu/leaguerDavisLWebb
Conflicts: Gemfile.lock app/views/layouts/application.html.erb config/routes.rb
2014-03-02Gemfile.lockDavisLWebb
2014-03-02Gemfile.lockDavisLWebb
2014-03-02added preliminary homepageTomer Kimia
2014-03-01quick and dirty cssTomer Kimia
2014-03-01Added bootstrap and games to routesTomer Kimia
2014-03-01changed the user section of the generateDavisLWebb
2014-02-27Booted the strapDavisLWebb
2014-02-27add game typesLuke Shumaker
2014-02-18Changes to generate.shAndrewMurrell
2014-02-18Added the generate shell command. Please do not commit the generated files.AndrewMurrell
2014-02-18Run `rails new`Luke Shumaker