Displaying 20 results from an estimated 90000 matches similar to: "Plugin or just a zip file..."
2009 Mar 26
2
send_file using AJAX
I have a AJAX based form and when I use send_file there is no pop-up
that appears to prompt user to download file... how do I fix this?
Regards,
Sudhindra
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2009 May 20
2
prototype.js insert issue
Hi,
I am trying to use the following lines in my RJS and have a problem
page.insert_html :bottom,:list,"<ul>"
#some conditions checks
page.insert_html :bottom,:list,"<li>Hello item</li>"
#some more code to add <li>s
page.insert_html :bottom,:list,"</ul>"
The problem I am having is the first line <<page.insert_html
2009 Apr 29
1
Rails, multiple connections and threads
Hi,
I have a rails app which currently does the following
"After the launch of the page, there is a button click which starts
another ruby script on server using system(ruby <file-name>)" This
execution may take a while around 5-10 mins.
I have following questions
1. While the script is being executed are other connection requests to
server waiting or are there services?
2. Is
2020 Apr 10
4
Running clang tests
Hi,
I’d just like to interject to say that building within Visual Studio isn’t really that bad. Running the lit tests is a bit painful because the LLVM build tools that are integrated with the build system don’t play nice with msbuild. Particularly, I’ve never been able to actually cancel an invocation of lit or tablegen via visual studio. That said, there is a huge upside to building with
2020 Apr 10
2
Running clang tests
Hi Team,
I have checked out the clang and llvm source code and
built the executables using the visual studio 2015 community edition. I am
using Windows as my platform.
However I see that there are some test cases under the clang test folder
in the LLVM.sln. Eg AstMatcherTest,ASTTests etc. I see that these tests
make use of the Google test framework.
In my visual studio I have
2008 Jul 10
0
install plugin from zip file
i have been trying to install the geokit plugin. for some reason
script/plugin install svn://rubyforge.org/var/svn/geokit/trunk
isn''t working for me. i downloaded it as a zip file from
http://rubyforge.org/frs/?group_id=3031
but don''t know what to do now.
i tried extracting it and typing "ruby script/plugin install c:
\path_to_geokit_folder" from my rails app but that
2009 Sep 23
1
Compiled Rcmdr Plugin package (zip) has no etc/menus.txt
Dear Rcmdr users,
I use R-2.9.2, Rcmdr 1.5-1 and the latest Rtools bundle (and the html help
workshop) under Windows XP. I wrote a RcmdrPlugin for some important
functions of Thomas Lumley's "survey" package.
Problem: Package compilation works without displaying any errors. That is
1) "R CMD build ..." works fine.
2) "R CMD INSTALL --build..." generates the
2009 Mar 09
1
will_paginate plugin
hi all,
I am using will_paginate plug_in i am getting URL as
http://localhost:3000/admin/edit#/admin/edit?page=3
but i want it should be
http://localhost:3000/admin/edit?page=3
how can I do it.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2005 Jun 02
1
Can we export Cluster File System mounted partitions using Samba?
Hi All,
I was wondering if SAMBA server can be used to export CFS (Cluster
File System) mounted partitions. That is, can you view a CFS directory
present on a UNIX machine, from a Windows machine, with the SAMBA
server running on the UNIX machine without any hitch. If so is there
any issue related to performance or something? Could you please
clarify this for me?
Also can multiple SAMBA servers
2008 Jan 23
3
Find city, state from supplied ZIP Code
Is there a simple solution available that would allow me to take a ZIP
Code from a user and then populate City and State fields based on that
ZIP?
Any kind of a plugin, for example?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2008 Feb 25
1
NoMethodError: undefined method `<=>' for :zip:Symbol
Long time programmer, but I just started learning RoR last week. I am
going through some examples in the book "Ruby on Rails: Up and
Running".
The example I am on had me add a table to the database that looks like
so:
CREATE TABLE people (
`id` int(11) NOT NULL auto_increment,
`type` varchar(20) default NULL,
`name` varchar(20) default NULL,
`email` varchar(30) default NULL,
2008 Jun 09
3
Is there a Rails portlet like plugin/framework? (i.e. just basic to allow users to move windows around)
Hi,
Just wondering if there is a Rails Plugin/GEM/Framework to aid in letting
users move around (adjust) where the main page windows are. Perhaps
maximize and minimize. I guess this pretty much sounds like a portlet,
however I''m not asking the Rails true portlet integration question here, but
rather if there is something in the Rails world that just satisfies the
basics of a portlet
2008 Nov 05
4
select in form - best practice?
Q. What resource do readers recommend for referencing regarding best
practices for form construction in Rails?
I have the following situation: location_type of Locations may have one
of five (5) possible codes. Presently I have these codes listed in a
drop-down select constructed thusly:
<p>
<b>Location type</b><br />
<%= f.select :location_type,
2006 May 26
3
Docs for print or in the distribution zip?
Hi,
Are there any plans to "export" the documentation from time to time(e.g.
at releases) from the WIKI in an "offline" form to be usable as printed,
and/or to be distributed with into scriptaculous-js-1.x.x.zip ?
It is very uncomfortable that the ZIP distribution contains practically no documentation :(.
Most of the WIKIs have such export function (many of them even export
2005 Aug 24
1
How to get the list of the files when you read zip file by gzfile or unz
Dear List,
Does somebody know how to get the filename lists in the ziped when
"gzfile" or "unz" command is used ?
Thanks for your help.
Shawn Lee
--
The information contained in this communication and any atta...{{dropped}}
2009 Jan 12
2
about magick library
hi..
I am using attachment_fu in my project
i want to know that which of following library is good
please help me
1>imagemagick
2>RMagic
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2008 Jun 19
4
Why can't I access Webrick web server from other computers?
Hi everyone,
I have a rails project running on Ubuntu. When I ran it on localhost
http://localhost:3000, it worked perfectly. But when I tried to access
from other computers in the same network by either http://hostname:3000
or http://[ipaddress]:3000, I got a "Internet Explorer cannot display
the webpage" error.
I double checked my ubuntu with iptables, no rules are defined:
iptables
2006 Aug 17
0
Radiant 0.5.2 - Bad Zip and Tgz Packages
I failed to package up the Zip and Tar correctly for Radiant 0.5.2. They
each included Rails 1.1.5 instead of 1.1.6. I?ve repackaged the files
and they should be ready for download as soon as they propagate to the
appropriate servers:
* http://rubyforge.org/frs/download.php/12493/radiant-0.5.2-2.tgz
* http://rubyforge.org/frs/download.php/12494/radiant-0.5.2-2.zip
Since Rails 1.1.5 has a
2008 Sep 18
3
Plugin or Gem install is too slow
I''m using a Macbook with Leopard 10.5.4 . When I try to install a plugin
from a remote source via Terminal it takes a long time to finish
downloading all the files to my vendor/plugins folder. My internet
connection is not slow (average of 4Mbps). When surfing with a normal
browser, eg firefox, it''s not slow at all . I tried several plugins from
different locations and with all
2009 Jan 22
4
Is there a plugin that can autofill(ajax) during user input?
I haven''t done rails in a year, but can someone tell me if there is a
plugin or how much work is it to add an auto fill function like google''s
front page?
Would you just use an observer on the form or is there already a built
in class that can do this?
Thanks!
Feng
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received