Skip to content

Instantly share code, notes, and snippets.

View gangelo's full-sized avatar
:octocat:
Got codez?

Gene M. Angelo, Jr. gangelo

:octocat:
Got codez?
View GitHub Profile
@gangelo
gangelo / README
Created July 8, 2014 01:57
Thinkful Wikiful "/signup" postback routes to "/users"
Description:
When signing up as a new user, in "/signup," the "Create User" button will postback to "/users." Not that big a deal, until the submitted form fails validation, in which case the postback url will be "/users." I don't like going to "/signup," only to see "/users" if my form fails validation.
The following is what I did to remedy this, seems simple, but am not sure if there is a "better" way? Suggestions?
@gangelo
gangelo / link.html.erb
Created April 26, 2013 23:17
jQuery UI Tooltip example. Requires jQuery UI 1.9.2 which includes jQuery Core