treydock
treydock
I am working on #1 , ability to control package categories. It's in a sort of "admin" interface so it's something someone at root level would manage.
Commit 4ff3efd adds Package Category management to interface
I just ran into this. Here's the error... The last line shows the reason. ``` ruby Package Load (0.7ms) SELECT `packages`.* FROM `packages` WHERE `packages`.`unit_id` = 4 AND `packages`.`package_branch_id` =...
Yep that's better. I was confusing "install_items" association with the "installs" attribute. I got this warning with #returning ``` DEPRECATION WARNING: Object#returning has been deprecated in favor of Object#tap. ```...
Have added a new interface for admin items, see 4ff3efd. Currently has - Settings (blank place holder) - Package Categories - Permissions It's authorization is undefined at the moment as...
I was thinking that one set of permissions could be enough to manage the entire Site wide admin settings. I figured if you have site admin rights your "root" or...
I ran into this exact error when "current_user" was not known when testing the use of Devise for authentication. With Devise it provides a helper method "authenticated_user!" that is added...
Related to this possibly, I ran into an issue where a Mac on my workbench's private network showed up as an unknown client with the DHCP server's information. The MAC...
Has any progress been made on this? How would this be implemented? I'm gradually learning Ruby, and this is a very key feature for me so I'd be happy to...
Jordan, are you making this a rake task or something in the web interface?