This website requires JavaScript.
Explore
Help
Register
Sign In
team-alpha
/
railsgoat
Watch
1
Star
0
Fork
0
You've already forked railsgoat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
65dc8369e9fdaba33636353900ec7b09adb79903
railsgoat
/
app
/
controllers
T
History
Ken Johnson
f674a57440
awesome. now we show code snippets in a much better way. Peeps who add to the tutorials will need to enclose code w/ <pre class="ruby></pre>
2013-05-23 15:18:39 -04:00
..
admin_controller.rb
moved delete button away from submit button (duh), and changed delete a user to a POST request after realizing a spider might wreak havoc on that and delete all users
2013-05-21 00:42:56 -04:00
application_controller.rb
added an administrative method intended to be used as a before filter within the application controller as well as an is_admin? method
2013-05-16 17:56:31 -04:00
dashboard_controller.rb
added an administrative method intended to be used as a before filter within the application controller as well as an is_admin? method
2013-05-16 17:56:31 -04:00
sessions_controller.rb
added a vuln for broken auth and session mgmt, issue
#2
2013-05-21 00:58:11 -04:00
tutorials_controller.rb
awesome. now we show code snippets in a much better way. Peeps who add to the tutorials will need to enclose code w/ <pre class="ruby></pre>
2013-05-23 15:18:39 -04:00
users_controller.rb
update users info via ajax is working, yay. Next thing is we need to move the datatables into an ajax call and so that we can refresh the table upon any changes occuring
2013-05-20 16:31:59 -04:00