You are here: Forums Ask a Rails expert plugin install...
Posted in Forums : Ask a Rails expert
Authority 25
Posting Rating 2
Sign in to rate this post
|
livevalidation plugin for javascript validation is not installing in to my aptana(IDE). im using windows(OS) md anas |
Authority 25
Posting Rating 72
Sign in to rate this post
|
Additional information would be very helpful in trying to help you out—what is the error message, how are you proceeding and at what point exactly things go wrong. |
Authority 50
Posting Rating 3
Sign in to rate this post
|
What do you mean by ‘it is not installing’? You just need to drop the proper .js file to your public/javascripts directory and include it in you application.html.erb (or if you don’t have a layout, wherever in the <head> tag of your page(s)) with something like <%= javascript_include_tag 'livevalidation' %> No other ‘installation’ is needed. Cheers, |
Authority 37
Posting Rating 58
Sign in to rate this post
|
thank you buddy even i am trying to do this but getting wrong some where..i will try this out.. but in their site they specified that first we have to plugin then rake it, it will copy relevant .js files into scripts folder,we have one more option of downloading and installing prototype.js file supplied by them… i dont know how to work with prototype.js
|
Ask a Rails expert : How to use mephisto
Ask a Rails expert : How to use mephisto
Ask a Rails expert : will_paginate customization problem
Ask a Rails expert : BackgroundRB still wants 'development' environment...?
Ask a Rails expert : activescaffold, sql exception
Ask a Rails expert : Passing non-english chars in query string
Ask a Rails expert : Rails and 2D barcodes
Ask a Rails expert : apache giving proxy error
Ask a Rails expert : Custom Responses w/ 'extra' information...?
Ask a Rails expert : Log rotation in rails