Displaying 2 results from an estimated 2 matches for "img284".
Did you mean:
img248
2005 Aug 03
1
Scriptaculous: Effects.js SlideDown Firefox Possible Bug
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug-firefox.gif
Type: image/gif
Size: 2038 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050803/0e69c265/bug-firefox.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2006 Apr 27
2
problematic admin/views
ok, i have a pretty almost finished (frontend) blog, i have defined an
admin zone with authentication to add content, now im getting trouble
with the views for the controllers in the admin zone, here you can see
my file structure:
http://img284.imageshack.us/my.php?image=tmpviews6oq.gif
and my admin controllers like this:
controllers/admin/admin_controller.rb
class Admin::AdminController < ApplicationController
...
end
controllers/admin/articles_controller.rb
class Admin::ArticlesController < Admin::AdminController
...
end
both...