search for: quios

Displaying 8 results from an estimated 8 matches for "quios".

Did you mean: quies
2006 Apr 13
8
Controller paths
Hi there. Suppose I create some controllers like ruby script/generate controller Admin::product add remove ruby script/generate controller Admin::user add remove ruby script/generate controller Login login logout the directory structure will be app/controllers/admin/product_controller.rb app/controllers/admin/user_controller.rb app/controllers/login_controller.rb Now suppose I need some links
2006 May 23
4
Protecting the source code.
Hello guys. I need an opinion here. I need to make a mid-big size web project. Will be a project that my boss wants to sell, and he don''t think show the source code is a good idea and me neither, I love free software but on this case will be a software made for a company who wants to try to make some money with it. My question is: PHP have things like Zend Guard
2006 Apr 10
3
Upload an image
Hello there. :-) I have this view: <%= form_tag({:action => ''create''}, :multipart => true) %> <table> <tr> <td>User</td><td><%= text_field("user","name") %></td> </tr> <tr> <td>Image</td><td><%=
2007 Jul 28
3
SMS Gateway .... for Rails app? (a bit OOT)
I''m simply looking for a SMS gateway... The ones like what Twitter uses... The intended audience would be globally. Some of you would have used them and I''d really appreciate if you could share your experience. I''ve Googled and the problem isn''t that there is none, the problem is that there are simply too many. Almost like looking for a webhosting. So human
2006 Jan 23
1
[INFO] SMS Aggregators
Awhile ago, I posted some information about SMS Aggregators, this is just a follow-up, based on changes in the US market. As of January 31st, any commercial application, sending to US networks, is required to lease a CSC (short code) from CTIA. A CSC runs $6000/year for a random code, and $12,000/year for a vanity code. These charges are on top of the normal per message fees. This does
2006 Jun 01
2
Union all
Hi there. I have two models (and two tables, of course), let''s call them Room and Reserved, with similar fields but with the last one with some extra info, and need to get data from both using a "union all". Let''s think on a hotel where I need to "glue" data to take a snapshot from the occupation like: Room (number,date,ocupied_by)
2009 Oct 03
1
NTLM
Hey there! Can you guys tell me about what's the status of docs of NTLM/NTLMv2 provided by Microsoft? Let me explain why I need that: we had here a discussion on a local college about "free x proprietary software", and the Microsoft guy (always them, right?) told us about a case where he claimed that Firefox sent one user username and password through the network without
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my