Displaying 20 results from an estimated 6000 matches similar to: "[ADV] Rails Kits"
2008 Jul 17
0
[ADV/ANN] Easy recurring billing with Authorize.net
I have just put out an update to the SaaS Rails Kit, a sample Rails
application that implements recurring billing. This update adds support for
the Authorize.net payment gateway. With the Rails Kit and Authorize.net
CIM, you get a complete and very flexible subscription billing system that
you can use as a starting point for building your software-as-a-service
Rails application, so you can skip
2009 Feb 26
0
[ADV/ANN] Get a support site with the Helpdesk Rails Kit
The Helpdesk Rails Kit <http://railskits.com/helpdesk/> is now available to
help you host your own support site, or even quickly add code for a support
site to your existing Rails app. It integrates well with email to manage
support requests, and it''s useful for hosting support articles for your app.
More info can be found here:
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
2009 Mar 04
2
Service Merchant
I''m about to dive into a revamp of the payment processing engine for a
my company''s software application service. I came across a tool called
Service Merchant (http://servicemerchant.org), and it looks like it
could be a good fit for me, especially since we do recurring monthly
subscription billing.
Has anyone tried using it? Liked it? Any suggestions or comments?
George
2008 Sep 02
4
Attachment_fu, Paperclip, & S3
For various reasons, I made a git branch and installed Paperclip in
place of attachment_fu. Paperclip works great except that images seem to
have lost some quality; edges have gone a little too jaggy to be able to
drop attachment_fu just yet. After a post on the Paperclip Google Group,
someone suggested the :convert_options could be passed additional
attributes, like ''quality'',
2012 Apr 27
4
Is my developer dodgy?
Hi!
I need some help, my partner and I have hired an app development
company to create an iPhone app that allows shops to list their
inventory and advertise their specials, there is also a back end admin
website that shop owners can login to that allows them to update their
inventory and specials. The admin website communicates directly with
the iPhone app so that any changes made are shown on
2012 Dec 14
2
Duplicate declaration for invoking a class
Hi everyone,
Here are the manifest I am using:
In file ''*modules/test/manifest/init.pp*'':
class test (
$test = undef,
) {
notice("Here is the message: ${test}")
}
Now in ''*modules/saas/manifests/client/sudo.pp*'':
class saas::client::sudo {
class { ''test'': }
}
Now in ''*manifests/sites.pp*'':
import
2006 Jun 20
22
New e-book - The Money Train
While talking about my RailsConf presentation with Ben Wiseley, he
suggested writing a book on the same topic... so I did! The Money
Train is an e-book about building e-commerce sites using Ruby on Rails.
Read my blog entry about it at http://www.bencurtis.com/archives/
2006/06/rails-e-commerce-e-book/ or head to http://
www.agilewebdevelopment.com/book to dive right in.
As always, a big
2012 Sep 07
1
[Job Listing]: Infrastructure Systems Engineer - San Franscisco
Hi people, here is a job that we have open in the US.
*First I want to stress:*
*You must be a US Citizens to be eligible to apply.*
The official description is below, but here is my take on it.
We run Linux where possible, but we have some Windows servers where needed.
We use Puppet and Capistrano - but we have some way to go to make this
seamless. We are heading towards CI/Agile/Blahblah
2013 May 21
3
Adding ndpi-netfilter rules
Hi
Is there any way to insert L7 rules by using the ndpi-netfilter module?
/GH
------------------------------------------------------------------------------
Try New Relic Now & We''ll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers
2008 Oct 16
0
[Announcement] Billing Module for your SaaS web application is here: ServiceMerchant
[Announcement] Billing Module for your SaaS web application is here:
ServiceMerchant
== In two sentences
ServiceMerchant is open-source library, developed in Ruby, which takes
care of recurring billings and subscriptions of your SaaS
application.
The library sits on top of well known library ActiveMerchant and
therefore gives you the variety of choice among payment providers.
== In more details
2008 Jul 30
2
R -Legality Question about R's Open Source GNU GPL License
whats the license policy of using r as a SaaS with other apps, priced for a
fee. I am not sure which license to invoke.
regards,
ajay
[[alternative HTML version deleted]]
2009 Mar 10
7
Managing migrations
I have a migration "x" that when it runs self.up it adds a new column
to a table, and of course when self. down is run it deletes said
table...
After I ran this migration I continued to work and in the process
added a couple other migrations. After a while I realized that the
column migration "x" created was a mistake and I no longer need it. So
I ran rake db:migrate:down
2007 Aug 12
3
Scope and specing models
Hello all, I''m currently having an issue with some specs, specifically scope
issues (probably more of a scope issue than a spec issue at this point)...
Here''s the error:
ActiveRecord::AssociationTypeMismatch in ''A new User should know what role
it has''
Role expected, got NilClass
D:/ruby/projects/restful_authentication_test/config/../app/models/role.rb:5:in
2008 Nov 23
1
R and the Web: A small Wordpress plugin RwebFriend
Hi,
The web interfaces are great examples of using R from the web. The wordpress
plugin is a great creative thought.
Taking this further- since one critical point in R vs SAS or other Corporate
Type Software is the way it handles memory,
could we install say R web and these plugins on a cloud scalable
environment ( basically computing and memory scalable per use) to
offer R as a SaaS
Zementis
2013 May 21
3
Redirect incoming port to another port internal.
Hi all,
I have tried to figure out how to do this one but I think I have just
confused myself more.
My firewall is a 2 interface setup, the same box is my router to my uplink.
I''m not using nat at all and have a public IP range behind this machine.
net = eth0
loc = eth1
Most of my rules are mainly the basic
HTTP(ACCEPT) net loc:111.111.111.112
SMTP(ACCEPT) net
2008 Feb 26
0
[ADV] Updated Advanced Rails Recipes PDF
Hi Folks,
We''ve just uploaded the third beta revision of the Advanced Rails
Recipes PDF:
http://pragprog.com/titles/fr_arr
To get your updated PDF, simply sign in to your account (http://
pragprog.com/my_account) and ask the system to regenerate it.
This revision adds 14 new recipes (81 total) from some of the top
developers in the community:
* Process Recurring Credit Card
2008 Dec 23
0
Setting up a Subscriptions service
Hello everyone,
I am currently setting up SaaS kit integration with my app. Can anyone
guide me in which is the best way to do this.
Here''s a couple of doubts:
Should I set up a new database to hold the tables related to the SaaS
Kit integration or should they all go on the same database been used.
Should I let the subscriptions be a separate rails app?
Should I just hold everything
2018 May 23
2
CentOS 7.5 Nautilus 100% reproducible crash.
Good day
When trying to add an 'Other Locations' in Nautilus CentOS 7.5, Nautilus
always 100% of the time crash with a kernel error.
Here is a short video showing the workflow:
https://youtu.be/dPmTDBRqL_I
This did not happen in 7.4
Both 7.4 and 7.5 runs on VirtualBox 5.2.12 - but as stated before, this did
not happen in 7.4
I also did a fresh clean install of both
2013 Jun 24
1
Streaming AAC with libshout?
Hi Greg,
thank you for recommendation but my question is related to a different
topic.
I would rather say that Orban should finally notice that selling standalone
windows app is not a solution for everyone as it does not integrate well
with SaaS solutions.
m.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: