Questions tagged [ruby-on-rails-plugins]

A Rails plugin is either an extension or a modification of the core framework.

Documentation

Related tag

714 questions
0
votes
2 answers

Good Fileupload plugins for rails

Would appreciate inputs on the best file upload plugins with support of atleast following: Resizing images. Flexibility of specifying the place of storage. Nice AJAX progress bar integration. Multifile uploading facility. Thanks.
Ishu
  • 628
  • 1
  • 13
  • 28
0
votes
1 answer

Fedena Installation Error

I am trying to install fedena on my machine , I have the correct version of ruby and gems when i try to run rake fedena:plugins:install_all it does't work, any help with this ? ➜ fedena-v2.3-bundle-linux git:(master) ✗ rake…
Mostafa Hussein
  • 11,063
  • 3
  • 36
  • 61
0
votes
1 answer

render soap data with washout gem rails

I am trying to render a ruby hash in soap format render :soap => {:notification_response => {:ack => true}} The generated xml is like {"ack"=>"false"} I tried to eliminate ruby hash from the…
0
votes
1 answer

User collaboration in rails

I'm building a simple project collaboration tool using rails 2.3. Authentication is handling with Restful Authentication plugin and for role management using Role Requirement plugin. I need to create User collaboration. For example, when an…
glazed
  • 1
0
votes
4 answers

Saving the file on a user selected location using rails

We are developing a functionality that allows the users to save the downloaded file. We are struggling to get a popup where the user can select a target location / folder to save his file. Can this be achieved using rails?
Aditya
  • 425
  • 3
  • 8
  • 22
0
votes
2 answers

Where do I insert my Rails URL in the JQuery Autocomplete to reference the data set I want?

Where do I reference my controller (Rails) URL to show the dataset that I want in the autocomplete via JQuery? Here is my head: