search for: requireresourcehelper

Displaying 2 results from an estimated 2 matches for "requireresourcehelper".

2006 Jan 03
1
RequireResourceHelper for JS and CSS
...iews (index.rhtml, for example): <% require_javascript ''popitup'' %> Then, I can call the js function popitup later: <%= link_to_function "click me", "popitup(''#{url_for :action => ''click''}'')" %> module RequireResourceHelper # Adds resources such as stylesheet or javascript files to the corresponding array of # resources that will be ''required'' by the layout. The +resource_type+ is either # :javascript or :stylesheet. The +extension+ is optional, and should normally correspond # with...
2006 Jan 08
3
Family Connection 1.1.2
...application.rb [Duane] - Added ''last visited'' info to each user in address book [Duane] - Improved English in user_news_link partial [Duane] - Added birthday to signup form, edit form and address book [Duane] 2006-01-06 - Version 1.1 - Removed empty helper files [Duane] - Added RequireResourceHelper module for javascripts and stylesheets [Duane] 2006-01-05 - Version 1.1 - Ignore log files and config files in subversion [Duane] - Added a user-friendly database exception message [Duane] 2006-01-04 - Version 1.1 - Added ''site'' directory to keep the public site under version...