index
:
mirror/leaguer
clean
css-rewrite
master
mirror of https://github.com/LukeShu/leaguer.git
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
user.rb
Age
Commit message (
Collapse
)
Author
2014-03-07
tournaments table is better
Tomer Kimia
2014-03-07
I think I fixed the issue with permissions.
AndrewMurrell
2014-03-06
add all the has_and_belongs_to_many relations
Luke Shumaker
2014-03-06
let anyone always create a tourney
Luke Shumaker
2014-03-06
fix thing again
Luke Shumaker
2014-03-06
Fixed some merge errors in show.html.erb
AndrewMurrell
2014-03-06
Redirection works as does the close tournament button.
AndrewMurrell
2014-03-06
fix the has_and_belongs_to_many relations
Luke Shumaker
2014-03-06
use had_and_belongs_to_many
Luke Shumaker
2014-03-06
fix joining a tournament
Luke Shumaker
2014-03-06
Merge branch 'master2'
Luke Shumaker
Conflicts: app/controllers/tournaments_controller.rb app/models/tournament.rb app/views/tournaments/_selected.html.erb app/views/tournaments/new.html.erb config/routes.rb
2014-03-06
implement tournament joining
Luke Shumaker
2014-03-06
Here's Luke's stuff because he doesn't have wifi.
AndrewMurrell
2014-03-05
User model: implement #join_groups and #leave_groups
Luke Shumaker
2014-03-05
User model: implement #in_group?
Luke Shumaker
2014-03-04
Changed some username validation stuff
DavisLWebb
2014-03-04
oops
Luke Shumaker
2014-03-04
foo
Luke Shumaker
2014-03-04
fix typos in comments
Luke Shumaker
2014-03-03
app/models/user.rb: indent
Luke Shumaker
2014-03-03
More documentation changes
DavisLWebb
2014-03-03
DOCUMENTATION FOR USER.RB
DavisLWebb
2014-03-03
I added a lot of documentation to user.rb
DavisLWebb
2014-03-02
I changed the user controller
DavisLWebb
2014-03-02
Added Session controller and helper. Also update user to have a remember_token
DavisLWebb
2014-03-01
user model
DavisLWebb