Displaying 3 results from an estimated 3 matches for "dry_scaffold".
2006 Aug 07
0
Re: [Engine-users] dry_scaffold
Ed,
One of my team members has downloaded your scaffold engine and has
used it to quickly build a few MVC setups around some of our existing
tables.
http://dry.rubyforge.org/
While not everything works, we are really impressed with how much
great functionality came straight out of your dry_scaffold. Ajax
record handling, search fields, etc. (We don''t yet have the
master-detail part working, but hopefully soon.)
I encourage others in the rails community to try it out.
Once this gets to "release" quality, I believe it will be a great
asset to the Rails community.
Greg
--...
2006 Aug 18
6
Prevent user from accessing an image
Hello,
I''m using file_column to save my users images.
It''s all OK, but I want to prevent one user from accessing other user''s
image.
Is it possible, as the image is saved in the file system ??
Thanks
Parra
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Feb 28
2
random exception driving me crazy: SecurityError (Insecure: can't modify array)
Hi all, I''m running into a very strange but incredibly annoying
problem that I just can''t seem to solve.
The exception is occurring from a seemingly innocuous line in my code,
a simple ''logger.warn("some debug information")''. The backtrace
follows:
SecurityError (Insecure: can''t modify array)