Commit Graph

5 Commits

Author SHA1 Message Date
Lee Lawlor a4937fb2e5 update with changes from Production branch 2014-02-17 12:05:39 -05:00
Andrew Ruthven 3075563564 Fix returning an API Key that was size + 1.
0..size iterates through size + 1 elements. So asking for an API
that was 16 was actually returning a string of 17 characters. This
broke trying to shove it into a varchar(16) in PostgreSQL.
2013-04-21 01:51:21 +12:00
Alan Bradburne 4f0354303f Improve channel, user and api_key models with basic scopes, correct references and protect attributes.
Simplify channels & user controllers and models, moving code to the models.
Remove catch-all route and ensure all actions are specified, fixing url paths.
Change clone to dup in feed_controller as using clone seems to affect the cloned object (problem only in ruby 1.9.3?)
2012-02-09 23:42:16 +00:00
ioBridge 8f827f4d5f remove unnecessary file 2011-03-27 19:38:09 -04:00
ioBridge 740a1b338c initial checkin of full application 2011-03-27 16:56:15 -04:00