Search Results

4
votes
1answer
131 views

User Monitoring in Rails

Hi We have an app with an extensive admin section. We got a little trigger happy with features (as you do) and are looking for some quick and easy way to monitor "who uses what". I …
3
votes
5answers
152 views

Rails and Flex

Hi Any thoughts on using Flex to build an RIA for administering a complex rails app. We are starting to find it difficult using ajax to keep our admin section intuitive and easy for …
0
votes
2answers
95 views

Rails 2.3 nested attributes issue

I'm running into to a issue with a nested form which I'm sure should be easily solved, yet I can't find a way around it Basically I have the following relationship event has …
0
votes

Validating date formats in rails

Found an excellent gem / plugin for all your date / time validations. validates_timeliness …
0
votes

Rails 2.3 nested attributes issue

Not quite the answer I was looking for .. but have hacked my way aroung this using a post save method in the parent controller (event) and checking through the child objects to inspect if the conta …