Displaying 20 results from an estimated 200000 matches similar to: "Rails Dictonary"
2009 Mar 13
2
how to intregrate authorised.net with rails application
Hi All,
Please help me out for this issue
Issue is:" how to integrate authorised.net with rails application:
thanks
--
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 Jan 09
1
SIP Client in Rails App
Hey,
do you think it could be possible to integrate a SIP or IAX client into
a Rails app to use it for VoIP calls directly from the web page by
clicking a link without having to download a 3rd party client?
Is there any other solution than an activeX control to access the
microphone?
Do you have made experience with a free minimalistic applet or activeX
control?
Greets
--
Posted via
2008 Dec 24
1
Need help : Rails app unable to connect to Solr server
Hi,
I am trying to integrate solr in ruby on rails application.For that i
am using the plugin acts_as_solr and gem solr-ruby. My solr server
starts successfully with command
$ rake solr:start
But when I try to add data from $ script/console , it says that it
cannot connect to solr server at the corresponding port.Same is the
result if i try the browser to link to http://localhost:8982/solr
2007 Sep 22
2
Rails + XSLT
hey all,
i wanna learn how to use and integrate XSLT with RoR but i don''t find any
resources so if any one know any good resources i will be appreciated
thanks
--
Mohamed Saeed
software engineer
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2007 Jul 16
0
Integrating Ajax IM in rails
Hi all,
Now days everyone looking for integration of well developed php based
forums, calendars...and many in to their rails applications. Even I
want to integrate php based Ajax IM chat client into my rails project.
If anybody has done that integration please give me how to go about this
integration otherwise general instruction how to integrate php based
applications to RoR projects.
Thanks
2007 Sep 27
2
TeX in Ruby on Rails
Hello,
I''m new to ruby on rails, but I''m looking for a possibility to
integrate TeX documents in my blog! I thought it might be possible to
convert a TeX document to Xml and then sent the file to the webpage.
On the server there should be a function that looks for new files and
automatically integrate them on the webpage, by just adding them
depending on the date and category
2008 Jul 22
1
Rails and Giropay Integration help needed?
Hi,
I have a requirement to integrate paypal, google checkout, giropay to
my application for payment processing. Am done with Paypal and google
code.
I need help in integrating giropay since my cliet is from Germany..
Gimmi some fair suggestion in integration.
Thanks in advance,
Ratnavel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You
2008 Mar 13
5
how to install ruby on rail without gem
any one kind enough to tell me how to install ruby on rail without
using Gem.
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2007 Nov 16
1
Web file manager for Rails?
Do you know any web file manager done with Rails? Or generic library
easy to integrate with RoR?
Something like File Navigator http://pfn.sourceforge.net for PHP or
FileVista for ASP.NET?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2008 May 12
1
rails + Apache + php
Hi ..
I am trying to integrate word press with rails
I created php file in public folder of rails...........
Whenever i try to open that file....
using
http://localhost/abc.php
a dialogue box appears ...but i want the php file to b opened.
Can anyboy tel me the solution why i am getting a dislogue box instead
of the printed contents of php file
ripan
2008 Jan 18
1
Announcing: Ext Scaffold Generator Plugin for Rails
The Ext Scaffold Generator Plugin can be viewed as a drop-in
replacement for Rails'' standard Resource Generator. Accepting the very
same options, it will generate views using data grid and form
components from the Ext JS Javascript GUI framework as well as a
controller acting as an Ext-compatible JSON web service. The generated
code can be used as a starting point for further
2007 Apr 26
1
Apache + fastcgi and rails in vendor
Hi
I want to run my new shiny rail application with apache. Running my
application using cgi works but is very slow. So I want to switch to
fastcgi.
I downloaded and installed mod_fcgid and have apache running my fcgi
scripts. Now my problems start :-(
I''m running apache on an ubuntu system. The ubuntu packed for ruby and
RoR is not the most recent. As I need the most recent rails
2008 Apr 18
1
RAILS Plugin for Twain
Hi,
Any one creating the rails plugin to integrate with Twain?
Thanks,
Ayyanar. A
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2007 Feb 12
1
Rails Push Server?
So, I investigated this a while ago... does anybody have good
experience/good instructions as to how to move your rails app to using
a push server? Which ones are best? Most Stable? Easiest to
implement and use?
Our site is currently doing some regular polling, and it''s getting
hairy fast. I looked into using Juggernaut a while ago, but I''m not
certain it''s going to
2008 Jun 30
0
Ruby on Rails Developers needed: San Francisco, CA Fulltime Perm
We are a venture funded start-up that is looking to develop a 4 person
Agile Ruby on Rail Development Team. We are working with ******* to
develop our software right now and are looking to build out our own
team of 4 developers within the next few months.
We are building enterprise class software to help F1000 companies
build environmental sustainability into their culture. The basic
function of
2008 Dec 31
2
How to set homepage in Rails
Hi :
If I want http://localhost:3000/share to be homepage
http://localhost:3000/,
How can I do setting from rails ,please?
Thanks.
Cruise
--
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
2009 Mar 17
3
Disabel "pluralize_table_names" in Rails 2.3.2
What is it in Rails 2.3.2?
ActiveRecord::Base.pluralize_table_names = false
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2009 Nov 17
6
after changed the tag i got the same eror
SyntaxError in Upload#index
Showing *app/views/upload/uploadfile.rhtml* where line *#10* raised:
compile error
app/views/upload/uploadfile.rhtml:10: syntax error
Extracted source (around line *#10*):
7: <% end %>
Trace of template inclusion: app/views/upload/uploadfile.rhtml
RAILS_ROOT: /home/malathi/www/upload
Application Trace <http://localhost:3000/upload#> | Framework
2007 Apr 18
2
Datagrid with dhtmlxGrid
Hello i am trying to replace a desktop invoice system to a RoR sytem.
The system just use the keyboard, i mean all is codebar, and enter,
enter, enter....so on :P, well the thing is that i have been trying a
lot of ways, but i haven''t get any exit.
The way i am getting more close of what i want is with the dhtmlxGrid,
but hte problems is how i integrate this widget with the
2008 Feb 05
3
NEED: Localization tool and Rails 2.0.2
Hello,
I need a localization tool/plugin for my rails application that work
with REST, can translate whole web pages(or i can create 2 different
pages for 2 languages), and fast.
Thanks for any suggestions!!!!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on