Kelly Felkins's blog



Kelly FelkinsKelly Felkins
Standup 1/21/2011: Rubymine helpful hint of the day
edit Posted by Kelly Felkins on Friday January 21, 2011 at 01:55PM

Ask for Help

"What do you recommend for Devise user invitations?"

Interesting Things

  • Did you know that Rubymine can search files found with a previous search? Do cmd-shift-f and do a search. Do cmd-shift-f again. In the dialog, select 'custom'. In the drop down list is 'Files in Previous Search Result'
  • Former Pivot Alex Chaffee is teaching a javascript class, and there are still a few openings.

Kelly FelkinsKelly Felkins
Standup 1/20/2011: Admin flag with Devise?
edit Posted by Kelly Felkins on Friday January 21, 2011 at 01:44PM

Ask for Help

"Any suggestions for analytics on iPad events?"

Questions like, how many times has this video been played or how many times has this object been tapped.

One suggestion was to hit a web server somewhere with some details and use splunk to analyze it.

"Any experience using a flag to indicate an administrator in Devise?"

Some indicated that this is difficult to do with Devise, and recommended against it. Someone else pointed out that the Device site actually includes this as an example.