similar to: WAP in Rails

Displaying 20 results from an estimated 100000 matches similar to: "WAP in Rails"

2007 Oct 25
2
Good capistrano books, tutorials, guides
Hi, seems like there isn''t any good books, tutorials or guides on capistrano out on the web. Appreciate if someone can post up where to look for good capistrano resources. It seems that there is some learning curve for capistrano.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Jul 04
2
WAP/WML/Mobile Internet Access with RoR
Is there any good information on doing WAP/WML/Mobile Internet Access with Ruby on Rails. I''ve tried surfing the web, but couldn''t come up with anything substancial. I would appreciate any input in this regard. Thanks in advance Gopal -- Posted via http://www.ruby-forum.com/.
2005 Sep 01
0
How to resolve SMS/WAP/MMS/VoIP gateways on a shoestring?
I was wondering if anyone could shed some light on what options I have for mapping incoming/outgoing SMS messages to/from a telephone number that I am given by a VoIP provider who does not currently offer SMSC services? In other words, Voicepulse, my VoIP provider, provides me with a PSTN terminated number (hypothetically 222-222-2222). I use my Asterisk server to handle the calls that
2006 Jul 27
3
WAP With Rails?
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1458 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/c1c4dc5d/attachment-0001.jpe -------------- next part -------------- A non-text attachment was scrubbed... Name: not available
2008 May 22
3
SOAP client in Ruby/Rails
Hi all. I have a need to build a SOAP client using Ruby and Rails. I''m accessing a document/literal style SOAP service. I''ve been poring over documentation (well, there really doesn''t seem to be any, so that''s a little misleading), blog posts, and outdated tutorials all day, and I still don''t really have anywhere to begin. Every tutorial seems to have a
2008 May 09
3
Hiring Ruby on Rails Programmer
Hi there, My company is looking for a full-time, in-house rails programmer to start immediately. If you are interested please contact me!!! Thanks! Neda jobs-FUiS5veSkuU@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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
2007 Dec 15
0
CFP : First Ruby and Rails devroom at Fosdem 2008
Hi folks, The Belgian Ruby User Group is happy to announce the first Ruby and Rails devroom at Fosdem 2008. Fosdem is a gathering of Free and Open Source Software developers and the ideal occasion to meet fellow Ruby and Rails developers (and 2,000 other FOSS developers). If you have a good idea for a talk or tutorial, consider sending in an abstract. You can find the Call for Papers at
2007 Dec 14
2
What's the last version of Rails that lets you...
What''s the last version of Rails that lets you do this in your controller. scaffold :post I need it for a set of video tutorials I purchased from lynda.com 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
2009 Apr 13
5
Ruby 1.8.7 + Rails 2.3.2 + TLS = Where's the documentation?
After spending a few hours reading dozens of blogs and tutorials I am still stumped. Numerous sites mention ruby 1.8.7 and rails 2.3 supporting TLS out of the box. However, I can not find any documentation on setting this up to send emails correctly. Furthermore, after attempting to send emails using Gmail and TLS i get the following error: 530 5.7.0 Must issue a STARTTLS command first.
2008 Jan 27
4
Rails versions and documentation, confused learning rails
Okay, I am new to rails. I see that the new release of rails does not apply to anything on the site with regards to tutorials including screencasts. What I don''t understand is how I am suppose to learn Rails 2.0 if there is no docmentation for it. I did see that on peepcode there is a pdf for what has changed but how does that help me? How do I get an understanding of the design
2007 Aug 23
1
Mobile Rails Development
Hello, I want to develop a Rails application for a mobile device. Would anyone know of any tutorials on the web on how to create a mobile application view using Rails? Moses --~--~---------~--~----~------------~-------~--~----~ 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 24
0
creating a list view in rails 2
just started learning ruby and RoR a few days ago. There aren''t many tutorials on Version 2 so I went with a version 1 one. I''m going through the ONLamp one, found here: http://www.onlamp.com/pub/a/onlamp/2007/01/05/revisiting-ruby-on-rails-revisited-2.html?page=1 I got the scafolding and db stuff sorted out (as in the way its meant to be done in version 2) but I noticed that in
2009 Apr 17
1
Run a single test with Test::Unit?
Hi, I have tests written as: test "some test" do ... end But when I want to run a single test it doesn''t work like before: $ ruby test/functional/some_controller_test.rb -n some_test Iget 0 test, 0 assertions... I also rewrote the test to : def some_test ... end And still no luck. Has anything changed from the various tutorials found on the internet? Also
2008 Jan 21
1
Tutorial on Ruby on Rails
Hi! I''m working on Ruby on Rails from last 9 months and found it very strong framework to implement very sophisticated websites with-in a minimum time frame. I have written a tutorial on Ruby on Rails and finally I donated it to tutorialspoint.com. So you can check it at http://www.tutorialspoint.com/ruby-on-rails/index.htm If you do not like this tutorial then email me at
2009 Mar 08
3
Any good tutorial about upgrade ruby to 1.9.1 and with rails 2.3?
Hi there, Just want to upgrade to ruby1.9.1, but some important gems such as mysql, fastthread, mongrel are not compatible with the newest version, anyone has some good tutorial for recommendation? Thanks, chenillen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2008 Jul 21
1
Digital Downloads
Looking for some tutorials on the digital delivery of products. I''ve seen lots of books on stores with physical products, but I can''t find any tutorials on a store that can handle digital products. Any suggestions would be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2008 May 29
3
Shipping?
Why are there tutorials on everything having to do with rails EXCEPT on calculating shipping costs for a shopping cart? there are 10 or so blog posts about the "shipping_gem" or "active_shipping" but no real details like how one might get the information from a form and then pass the cost into the total for checkout. Does anyone know of a tutorial i might have missed in the
2006 Oct 15
3
Where to put csshover.htc in rails
I try to make a dropdown menu, it works fine in firefox, but not IE. I found some CSS tutorials from Internet, and get an csshover.htc, which works fine with static html page. However, I don''t know where to put it and how to use it in my rails application. Please help, any sample code or links will be greatly appreciated! Thanks! -- Posted via http://www.ruby-forum.com/.
2009 Oct 23
10
Rspec Tutorial
Hi Everybody, Greetings!! I want to use rspec for my applications. Please guide me with the Rspec tutorial. I want a good example to start with. Please help me by providing good tutorials on Rspec to start with. I actually followed the example from http://rspec.info Please guide me on more examples. Waiting for your reply. --~--~---------~--~----~------------~-------~--~----~ You received
2008 May 23
3
Have you used the Rails SaaS kit?
Have any of you actually bought & used the Rails SaaS kit? I am considering getting it to skip building out the admin & billing parts but I wanna get feedback from someone who has actually used it. Would you recommend getting the kit? Would you rather get a refund and built it yourself? ~ mel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are