similar to: RoR Wiki not accessible ?

Displaying 20 results from an estimated 30000 matches similar to: "RoR Wiki not accessible ?"

2006 Jun 14
6
find and LIKE ''xxx%'' clause
Hi there ! I try to figure out how to do something like this in Rails : SELECT * FROM my_table WHERE name LIKE ''GOGONAM%'' My problem is the % and the quotes. >From now, I do like this : searched_name = params[:name]+''%'' user = MyTable.find(:all, :conditions => ["name LIKE ?", searched_name]) But is there a more gracefull way to do a LIKE
2011 Jun 22
2
best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR?
Hi everyone, what are your best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR? THANKS +++++++++++ Pravin Mishra -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2006 Mar 03
0
Hidden links on ROR Wiki
Hello list members, Today I noticed on http://wiki.rubyonrails.com/rails/pages/WorkingProfessionallyWithRails that there were a ton of spam links in the source code that I couldn''t see on the page itself. Upon careful examination I found the links to be hidden: I am posting the content here for reference and to show patterns of spam: <u
2006 Oct 16
4
Singleton Pattern in RoR
Hi all how can I implement the singleton patter in RoR? 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this
2007 May 15
2
sobre tutorial
Estimado, te agradeceria me envies el tutorial en espaniol para R. Estoy dando mis primeros pasos con esta aplicacion. Desde ya muchas gracias Danilo Ceschin Ph.D IGBMC 1 rue Laurent Fries 67404 ILLKIRCH CEDEX - FRANCE tel 33 3 88 65 3457 email danilo at titus.u-strasbg.fr
2006 Jul 14
3
Faxing from RoR
I need to send faxes from my RoR app (Linux based). I guess this could be done either VoIP or a web service (I don''t want to use a fax modem and regular line). Any advice - softwrae, services, or experience? -- Posted via http://www.ruby-forum.com/.
2007 Jan 31
1
problem with compilation of R on Solaris 10 in x86
Dear List, we're trying to install R on Solaris10 on a x86 (amd64). During the installation we pass successfully the ./configure but we get an error through the built-in function "_isnan" which we see existing in /lib When passing the command "make" we get : gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include
2007 Nov 28
2
alternatives to traditional least squares method in linear regression ?
Dear list, I have encountered a special case for searching a linear regression where I'm not satisfied with the results obtained using the traditional least squares method (sometimes called OLS) for estimating/optimizing the residues to the regression line (see code below). Basically, a group of my x-y data are a bit off the diagonal line (in my case the diagonal represents the ideal or
2006 Apr 05
1
where do you put Classes in RoR
I''m just trying RoR and it works very smoothly. I''am also somewhat familiar with ruby however I do not know where my Classes are supposed to go in RoR. E.g. my ruby file looks like include a_few_lib_here Class function_name def aaaa end end #main program yadayada = function_name(parameter) I understand: - the main program goes in a controller I have to create - but
2007 Aug 29
2
Rails Wiki hacked?
Either the Rails wiki has been hacked or someone internal wanted easier access to porn. http://wiki.rubyonrails.org/rails/ If you inspect the action of the search form on this page, you will see that it now sends anyone who wishes to use the search form, to a porn site. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2006 Jan 23
3
2 Open RoR Positions - Denver, CO
Ping Identity Corporation, a mid-sized identity solutions company, is currently looking for 2 contractors (3+ months w/option to hire at contract end) to assist in developing and extending our internal corporate application platform. This internally-developed platform drives most aspects of our company, from sales leads to support to applications that assist in day-to-day operations. We are
2006 Feb 06
35
ROR Recipes Beta
Yesterday I got the beta version of ROR recipes book and the recipes are great. For those of you still thinking about it, I highly recommend the book. The only thing I wish is that if there were some more recipes (greedy me), especially AJAX related and installing an application within your current application. For instance, it will be great to see how one can implement the typo blog
2006 Mar 09
13
Apache or lighttp for Ror/2003server?
160,000 pages 99% static, only minor stuff done in rail (search, contact us, etc.) windows server 2003 Ror 1.0 Currently 30K Hits /day on IIS. Apache or Lighttp? Fast_CGI seems kinda slow with a 2003/Apache configuration. The only thing I''ll get rid of for sure is IIS. -Cedric -- Posted via http://www.ruby-forum.com/.
2007 Dec 05
5
Running php from RoR
Hello... I am trying to execute a php script from within rails. The action is triggered by a button. def load_stock if result = system(''php test.php'') flash[:notice] = result end end However, it keeps returning false. If I run the command from the Windows command line it works. Any ideas? Thank you. GPB --~--~---------~--~----~------------~-------~--~----~
2006 Mar 24
2
RoR, pg_connections, and pg_users
In a RoR application, is it possible to have individual userids associated with particular sessions employed to establish their related connections to the postgresql DBMS backend and, if so, is this design desireable? What are the implications for performance and future deployment limitations? The idea behind this question is that in our application certain tables require that the last
2006 Mar 09
0
Sybase/FreeTDS and RoR
Hi there ! I''m drilling for some framework/apserver solution and come to RoR. After using InstantRails, I would try to run it on my test platform (Solarix 10 x86 on 1 machine, Sybase ASE on another, FreeTDS for the join). I could not manage to have the sybase driver for ruby compile with FreeTDS. So I try to run a ODBC bridge. All seems good (freeTDS runnin, unixODBC working with
2006 Mar 21
5
RoR and Growing Pains
I have persuaded my company to move towards an RoR shop... from a PHP 5 (with in-house-built framework)... so the jump is not terribly bad. I''m REALLY excited actually! My problem: I am overwhelmed with all the setup Loops I have to jump through to get RoR setup. I tried it on my current Apache 1.34 and decided it''d be easier to make the Lighty (1.4.11) jump. So I did. I get
2006 Feb 09
3
[JOB] RoR/PHP Developer needed - London, SW2
NO AGENCIES PLEASE With that out the way, we (http://www.firebox.com) are looking for a web developer to join our existing small development team. Here''s the posting from our website[1]: ==== Web Developer (ref W200) Reporting to: Technical Director This permanent, full-time role involves developing the Firebox website and internal admin tools. You will be working in a small team on
2014 Dec 15
3
Fwd: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
> ---------- Forwarded message ---------- > From: <noreply at centos.org> > Date: Mon, Dec 15, 2014 at 2:31 PM > Subject: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi > To: noreply at centos.org > > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on "CentOS Wiki" for change notification. > > The
2006 Dec 09
2
anyone here have a RoR site on netfirms?
i jumped on a deal for netfirms hoping to use their service for my first rails app. however, their tutorials are lacking and i am having trouble kicking off my rails application. here are the directions they gave me: http://support.netfirms.com/idx.php/26/649/SCRIPTS--APPLICATIONS/article/Ruby-on-Rails-Quickstart-Guide.html but in those directions, it says nothing about configuring the fcgi