Tada, Tadashi
27f02c2dc9
improve accessibility
...
* add 'aria-label' into some elements without the label
* add 'aris-label' into some visual elements
* replace some 'a' elements have a button action to 'button'
2021-04-30 17:23:48 +09:00
Joseph Mastey
b6c2259b88
removes user_id column from User model to use idiomatic Rails automatic IDs
2017-12-12 15:19:22 -06:00
Joseph Mastey
f5a8e0c6a8
upgrade jQuery dataTable library, with minified version
2017-10-23 20:53:55 -05:00
cktricky
f5cfec3bf4
Merge branch 'add-test-case-for-a1-field-injection' of https://github.com/jmmastey/railsgoat into jmmastey-add-test-case-for-a1-field-injection
2017-10-02 19:06:11 -04:00
Joseph Mastey
d3fce41e60
change to idiomatic use of layouts versus regular views
...
no functional change here, but familiar Rails users will see view files in the
locations they expect. this also slightly simplifies controller code
there is one attendant change in the wiki at `rails_3/A1-SQL-Injection-Interpolation.md`
that I'm happy to make after the PR is merged.
2017-09-27 19:22:44 -05:00
cktricky
3d76988741
interesting bug. The piechart code was calling nonexistent code (given the view) which conflated the bug hunting and was irrelevant. The real problem was having datatables paginate twice due to the way the table is loaded. So, unnecessary code removed and resolves #216
2016-01-07 15:19:58 -05:00
James Espinosa
7e4fad462b
Convert file indentation to spaces
2014-07-05 20:17:27 -05:00
James Espinosa
68e6a01743
Clean up trailing and leading whitespace
2014-07-05 19:15:32 -05:00
Mike McCabe
aeabbcf8c6
A7 - switching the var used in the view so that non-admins can view the admin panel
2013-11-13 19:14:12 -05:00
Ken Johnson
0d841124f5
assigned a user id, does not "appear" to have screwed anything up
2013-05-24 15:25:06 -04:00
Ken Johnson
31ce6ab1b5
test
2013-05-24 13:19:44 -04:00
Ken Johnson
bd95958f17
added delete button
2013-05-20 22:21:00 -04:00
Ken Johnson
4337cb9a46
made sure the table refreshes after an update
2013-05-20 17:35:24 -04:00
Ken Johnson
2ec81eb0de
removed the button x because it caused some finnicky garbage where the alerts stayed closed
2013-05-20 16:56:44 -04:00
Ken Johnson
5fd72fcd6f
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
Ken Johnson
168c19bdc5
fixed broken js, it was due to a typo in an html comment
2013-05-19 12:16:34 -04:00
Ken Johnson
f7dbc482bb
added a table to manage users
2013-05-17 14:08:18 -04:00