Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description Best way to integrate your pure js in rails and pass vars in erb mode.
Description Embedded JavaScripts v.1.0 ========================== This plugin help you to integrate your server-side javascripts in your view. The main problems of webmaster is pass vars to .js files. The only way wose include your js in the view or put it on partials, but now, with Embedded JavaScripts all is most simple and good to look. Make a new pure javascript file and give ejs extension and all are done! Example: def myview @var = "Hello World here" end myview.rhtml <%= include_javascript "mytest" %> Put wath you want here test.ejs alert('<%= @var %>'); Result alert('Hello World here'); Put wath you want here Simple no???? Please visit http://blog.lipsiasoft.com and give me a good rating!
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions