similar to: Getting rails to work on MSSQL2k5

Displaying 20 results from an estimated 100000 matches similar to: "Getting rails to work on MSSQL2k5"

2008 Apr 05
1
Problems getting file upload to work on rails 2.0.2
Hey Guys, I''m trying to upload a file to rails. I thought it would be pretty straightforward but I''ve run into a peculiar bug... the form I''m using is shown below and then the error message.... any suggestions or diagnostic hints would be appreciated. I''m running rails 2.0.2 and ruby 1.8.6 <form method="post"
2011 Nov 05
3
How to get Rails 3.1's Cache store (FileStore) to work with Rack::Sendfile
Hey - I need your input regarding a problem I''ve come across. I''ll first explain what the problem is, and what I think the solution is. If I misunderstood how things work, please let me know. # The problem I''m using Dragonfly (on-the-fly file processing) to serve images. Dragonfly uses Rack::Cache to cache the processed images so subsequent requests are served by
2006 Jun 15
2
Running a rails app from a directory instead of a sub domain.
Hey guys, I''d like to be able to run a rails app from a directory instead of a sub-domain (in Apache). I haven''t been able to find any resources on the web describing how to do this. I was wondering if anybody has any experiences doing this, or can at least point me towards some resources that could tell me how this is done. Thanks, Mike -- http://ablegray.com
2011 Jan 02
1
After upgrading to Rails 3, getting errors in Rails 2 app
Hey all After upgrading to Rails 3, when I try to run Rails 2 app, I get this: script/server Missing the Rails 2.3.8 gem. Please `gem install -v=2.3.8 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed. MacBook-Pro:MK JANUARY jmerlino$ rails -v Rails 3.0.3 So I
2003 Sep 18
0
hexadecimal fwmark and fwmark mask
Hi list, I''m new to this list, I just subscribed because I have some ackward about IPRoute2. First, while playing with NetFilter'' "MARK" target, I met a weird behaviour once I tried to use this marks in the RPDB : the packets where successfully marked, but it seemed that RPDB didn''t succed in matching them (for those who already know the answer, I only used
2013 Mar 17
1
Getting information from xls file to show on drop down list in rails
Hey i have an excel file with 2 columns, and i want to get them so that a user can select one of the rows in a drop down list or as an auto complete form, any ideas on how this is done, i know i can type out all the selections using f.input :collection ["1","2"......"100"] but there are about 100 rows so typing it would be tedious. Any help would be appreciated.
2010 Sep 13
0
getting faster_require to work with rails 3
In my quest to speed up the horrible environment load time on windows, I''m trying to use faster_require. I have faster_require in my gems file, do a bundle install, then run rails console first time... no errors... some warnings... but console comes up.... Exit console.... then rails console again.... console won''t load. I haven''t added the require
2010 Dec 24
0
Getting Google Image search to work within Rails
Hi, I''m getting this strange behavior when I try to run search for images using Google Images API. I suspect it''s because of my code and not the API itself, here''s what I wrote: uri = URI.parse("https://ajax.googleapis.com/") http = Net::HTTP.new(uri.host, uri.port) http.use_ssl = true path =
2010 Apr 25
1
Has anybody succeed in getting Rails 3 to work in production?
Has anybody succeed in getting Rails 3 to work in production? I am trying with Apache 2.2 and Passenger 2.2.12 but no luck. If you have got Rails three to work in production on any server with any set up could you please post the details (howto?) or a link to where such information can be found. All input gratefully received. Paul Thompson -- You received this message because you are
2010 May 19
2
Can't get COM32 + GDB to work
Hey guys, I can't seem to figure out how to debug a COM32 app with GDB under qemu. I start "qemu -s" and then "gdb hello.elf ; target remote:1234" but can't set any breakpoints that work. I"m using syslinux4 (pathbased from the repo). Can anyone verify that they can use qemu+com32+gdb with something as simple as com32/samples/hello.c32 ? Also, is it
2014 Jun 24
2
[LLVMdev] Getting LNT to work with non-bash shell
I followed the LNT quickstart guide ( http://llvm.org/docs/lnt/quickstart.html) on my debian machine, and it seems to have a problem running. When I consult test.log, every single test has a section like this # Pretend that the reference output was produced instantaneously. > cp /home/jeremy/hardware/llvm/test-suite/instant.txt > Output/sse.expandfft.out-nat.time >
2014 Jun 25
2
[LLVMdev] Getting LNT to work with non-bash shell
The attached patch didn't fix it, but when I also changed another == to = a few lines further down it seemed to work. Jeremy On Tue, Jun 24, 2014 at 10:07 PM, Justin Bogner <mail at justinbogner.com> wrote: > Jeremy Salwen <jeremysalwen at gmail.com> writes: > > I followed the LNT quickstart guide > > (http://llvm.org/docs/lnt/quickstart.html) on my debian
2007 May 08
0
[PATCH] Unit Testing Rails Workers - It works!
Hey guys, I''ve spent the last two days getting Unit Testing for Rails Workers to work. I''ve posted all the details at this ticket: http://backgroundrb.devjavu.com/projects/backgroundrb/ticket/53 Nate Murray http://pasadenarb.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Mar 19
0
Rails, 1.9 & Encoding - does it work?
Hey all, I''ve been looking into moving our Rails app to 1.9 and am having lots of trouble with string encodings, especially when it comes to file uploads. We allow users to upload text files, which may, or may not, have accented characters in them. If there are accented characters, we insist that the file is UTF-8, but if there are no accented characters we don''t care what
2006 Apr 14
3
Boston Rails work/Meeting Railers
Hey all, Been working with/excited about Rails since November, when I quit working for The Man in order to freelance. Have a couple of Rails projects completed. Having worked with web app dev since 1999, it''s been a breath of fresh air. Now I''m at a point where I need to meet more people in person that are excited about Rails, or are interested in working on Rails projects in
2012 Sep 20
7
jQueryUI autocomplete (Rails 3.1): can't get source as url to work
Hey, I''m able to duplicate everything in Ryan Bates'' screencast on jQueryUI autocomplete (#102<http://railscasts.com/episodes/102-auto-complete-association-revised>), except for the piece that calls the server for completion data. Here is my view html: <input data-autocomplete-source="/searches" id="search-markets"
2005 Oct 04
3
[patch] LOCKED_PASSWD_STRING for FreeBSD
Hi, I dare to send you this very small patch that defines LOCKED_PASSWD_STRING for the FreeBSD operating system. The manpage had been unclear about this for a long time, up to 5.x days. Since 6.x, it has been made clearer, and thanks to Ceri Davies who highlighted this feature in OpenSSH, I made this patch. I hope this will reach OpenSSH source tree. This is not a big deal and I would add
2006 Jul 22
17
Problem getting form_remote_tag to work with image upload
Hey guys, I am trying to pass the parameters for the file being upload, but the params[] are not being passed. Ive read through some posts and realize this is an issue with RoR. I read through some of the posts and someone suggested using: http://svn.kylemaxwell.com/form_remote_upload/trunk/ I tried to install it, and although I thought I installed it correctly, it doesn''t work.
2007 Sep 09
4
InstantRails - command "rails" does not work
Hey, I installed InstantRails 1.7 (on Windows XP Home). I unzipped it with 7-Zip in D:\InstantRails (no spaces in pathname + short pathname) to avoid UnZip-problems. I followed the installation instructions. The cookbook-example works fine. But when I want to create an own project with "rails projectname", my computer says something like "The command "rails" is either
2006 Jul 26
3
Getting Ajax.Updater or page.replace_html to render js?
Hey guys, I, for the life of me, cannot figure out how to get Ajax.Updater or page.repalce_html to render the javascript in a partial. Upon page loading, the partial gets rendered fine. But when called up to render through an AJAX function something goes wrong. Are you guys getting this error??? -- Posted via http://www.ruby-forum.com/.