similar to: Mobile application / Ruby on rails development

Displaying 20 results from an estimated 1000 matches similar to: "Mobile application / Ruby on rails development"

2009 Feb 27
1
rake bombs on openssl (on Ubuntu)
RoR-ers, I''ve bumped into an issue with ruby and ssl. I''m trying to run a rake command which aborts because it cannot find openssl.rb. I followed these steps: - mkdir /rho; chown phor /rho - wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.bz2 - tar jxf ruby-1.8.7-p72.tar.bz2 - cd ruby-1.8.7-p72 - vi ext/Setup and uncomment these lines: bigdecimal curses
2013 Sep 22
0
[JOBS] Looking for Devs in India to work at US on Rhomobile
Hi, Please forward your resumes to careers-/d9Kxk878xVBDgjK7y7TUQ@public.gmane.org to work on a India-United States (onsite + offsite) RoR development project on Motorola Rhomobile. Preference to H1B holders. If you have experience on Ruby on Rails, but not on RhoStudio, feel free to send your CV along as it won''t take much time to adjust to APIs. Regards, Shantanu Pandey CEO
2019 Jul 10
2
Possible ICES/Icecast bug
Hi, I wonder if you can help. I am running Icecast 2.4.4, Ices 2.0.2 and libshout 2.4.3. There has been a recent upgrade to libshout and I notice that my previous ices configuration no longer works. In the ices log I get the error message: [2019-07-10 11:10:30] INFO ices-core/main IceS 2.0.2 started... [2019-07-10 11:10:30] INFO signals/signal_usr1_handler Metadata update requested [2019-07-10
2006 Apr 07
1
Rails on Oracle tutorial... from Oracle!
I''ve not seen this posted anywhere else on the list.. http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html?rssid=rss_otn_news Abstract: " You may have already heard about Ruby on Rails, the new application framework that seems to be taking the Web development community, in particular J2EE and PHP programmers, by storm. Rails is a capable Web application platform
2011 Aug 23
0
Need Ruby on Rails - Developer /Lead Developer / QA , Irvine, CA , Long Term Contract
Hi We have an requirement for* Ruby on Rails.* If you are interested please send your responses on rama-O0YxMKRD1Am1Z/+hSey0Gg@public.gmane.org only Please go through the requirement and let me know your interest and please respond with the expected Billing Rate * * *Position Title: **Ruby on Rails - Developer /Lead Developer / QA* *Location: **Irvine, CA* *Duration: Long Term Contract*
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003! Let it be prosperous for both you and me! Below you see a very short version of my CV as of January 2003 for your kind consideration and update. Word, TXT, and PDF version of the complete CV are available upon request. Enjoy the economic recovery! Make it a great day: ZAR ================================================================= ZAR PETKOV,
2009 Dec 14
0
PostgreSQL Conference East 2010 Call for Papers
December 14th, 2009, the PostgreSQL Conference U.S. team is pleased to announce the East 2010 venue and call for papers. This year the premiere East Coast PostgreSQL Conference will be returning to history Drexel University in Philadelphia. The event this year is being held at Drexel University in Philadelphia from March 26th through 28th. Following previously successful United States PostgreSQL
2006 Apr 11
3
fun/flamebait: Java Web Devel Stacks
I''ll pose a question partly for fun, partly out of interest to see what everyone else is doing to survive the pain of the day job. It''s for the professional J2EE developer converts out there. Let''s say someone hired you to write a Basecamp clone, but it has to be done in Java, say on the Tomcat or JBoss platform. What does your stack look like now that you''ve
2009 Dec 31
3
XML and RCurl: problem with encoding (htmlTreeParse)
Hi, I'm trying to get data from web page and modify it in R. I have a problem with encoding. I'm not able to get encoding right in htmlTreeParse command. See below > library(RCurl) > library(XML) > > site <- getURL("http://www.aarresaari.net/jobboard/jobs.html") > txt <- readLines(tc <- textConnection(site)); close(tc) > txt <- htmlTreeParse(txt,
2006 Jan 08
6
J2EE equivalent
Gang- 1. Is there anything in Ruby that handles the .properites files similar to the J2EE application servers. Or do I need to define all of the properties as constants? 2. Is there anyway I can load some of my classes (such as singletons) during the startup? I am looking for the startup classes that J2EE containers provide. Thanks -- Posted via http://www.ruby-forum.com/.
2012 Apr 02
0
Requirement for Java Developer [REQ:104605]
[1]Click here to unsubscribe if you no longer wish to receive our emails Dear Partner, Here is our Direct client requirement which can be filled immediately. Kindly respond to this requirement with your consultant resume, contact and current location info to speed up the interview process. [2]Click here to submit for this position online and to speed up the
2019 Jul 11
0
Possible ICES/Icecast bug
Good evening, On Wed, 2019-07-10 at 11:20 +0100, Chris Calvey wrote: > Hi, > > I wonder if you can help. I am running Icecast 2.4.4, Ices 2.0.2 and > libshout 2.4.3. There has been a recent upgrade to libshout and I > notice that my previous ices configuration no longer works. Do you know which version of libshout you ran before the update? > In the > ices log I get the
2012 Nov 29
0
The last call for Fukuoka Ruby Competition! - Matz's videos are available!
This is a reminder that Fukuoka Ruby award competition entry deadline is TODAY(11/29) at 12:00am!(11/30 5pm, Japan time). If you have developed Ruby programs within the past 12 months, please be encouraged to apply for this opportunity. Again, details are below... *2013 Fukuoka Ruby Award Competition* *Entry Deadline: November 30, 2012 at 5 PM Japan Time (GMT+9)* *Grand Prize: 1 Million Yen!
2005 Dec 28
1
Ruby on rail newbie
Hi everybody, sorry if the message does not have this place there. I''m a one-year experienced php developper. I use this language for all my web applications. I prefer php to Java/J2ee because, of its simple features, its powerness and the fact that it let the user choose the way he wants to program(This is particularly benefical when i''m prototyping) For me the
2013 Jul 18
0
RabbitMQ module won't start stomp
Can I get some help getting the RabbitMQ module provide a stomp server talking to MCollective on an Ubuntu system? It was working a few days ago, but I found that I cannot reproduce this on a new set of machines -- RabbitMQ will not provide stomp services I have tried the official puppetlabs/rabbitmq module and the git version from yesterday and from today. Nothing works. My site.pp file
2006 Apr 13
3
Java/J2EE DAO/model objects vs. Ruby/Rails model objects
In typical Java/J2EE applications, domain model object do not have much logic, they are basically data holders. It seems to be considered a sin to put persistence logic in the domain model objects, instead it should be put a DAO (Data Access Object). I have always thought this seems funny, after all, what seems more natural/object-oreiented?: user.save() or userDao.save(user) In Ruby/Rails,
2006 Feb 17
4
Three-tier
Hi Everyone, I''m working at getting Rails introduced in my company. We''re a J2EE shop. Our deployments make use of thee-tiered architecture, just to be clear, that means that there are essentially three machines involved in dealing out an app: a webserver, an application server, and a database server. As I see it (unless I''ve missed something) Ruby is essentially
2006 May 07
0
RAILS DEVELOPER CONTRACT: Munich, Germany
Hello, I am looking for a Rails developer with strong J2EE background asap. You will participate in a team to develop a new inhouse-system for international use for a respectable and well known company. Creative thinking, dedication and good problem solving skills are a must. Required Skills: J2EE, HTML, CSS, JavaScript, Ruby, RoR, SQL German language skills are not needed. This is a long
2006 Jan 09
0
Ruby on Rails Consultant Wanted
We''re a J2EE development shop in Vancouver, BC, Canada, and are taking a serious look at Ruby on Rails for some major projects. We''re looking for a consultant with extensive (5+ years) J2EE application development experience, who has deliverd one or more Ruby on Rails projects. Initially we are looking for someone to provide 3-5 days of on-site consulting to work with our
2009 Jun 18
0
SSOAP access to a j2EE-ws service
I am currently trying to access a SOAP web service (hosted on a JBoss5 server and defined as a J2EE-ws service) via the SSOAP R-package. But all I can get is a NULL answer. The web service seems to work as it can be accessed using a general web-service tester. The web service wsdl is here: http://smg8.ulb.ac.be:8080/web2?wsdl. This is how I try to call the web service from R: --- >