This issue was found on the Phenoelit Blog: An authlogic cookie usually uses a database stored token to identify the user. The relevant parts of the session cookie are: user_credentials_id - a numeric value which is used with "User.find_by_id()" user_credentials - a radom string which...
We have an immediate need for an experienced RoR developer. This initial project will involve tying an existing JS scheduling component (http://www.dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml ) into a new rails application and database. This is documented here: http://www.dht...
Wiselinks-0.3.0 public release Posted by alexandrov on December 23, 2012 — 0 comments Only a couple of days passed since last Wiselinks release, but we have already added new features to our gem and want to share them with you! Now Wiselinks supports all features from Turbolinks and e...
We’re looking for someone who can bring the following things to the table: Solid PHP, Ruby, HTML, CSS, and Javascript skills Preference for jQuery, Haml and Sass Ability to prioritize and make decisions without needing to be micromanaged History developing actual Rails and PHP applica...
While the world did not end yesterday, my subscription to Rubymine and Textmate both expired. And they will probably not be renewed since I made a new friend: Sublime Text. For the past few days I have been busy switching. This post is all my wisdom on setting up Sublime Text 2 code e...
Récemment, je me suis confronté au problème du filtrage des Robots qui spamment les formulaires du site. Il y a de multiples façons de faire, plus ou moins contraignantes, plus ou moins difficiles à mettre en place. Cet article tente de toutes les regrouper pour vous permettre de choi...
Hi, We have an immediate need for an experienced RoR developer. This initial project will involve tying an existing JS scheduling component (http://www.dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml ) into a new rails application and database. This is documented here: http://www...
Rails Subscription Site with Recurly Posted by DanielKehoe on December 22, 2012 — 0 comments The Rails Composer tool now offers a choice of Stripe or Recurly billing services when you choose to generate a membership/subscription/saas application. There's a "crazy deep" tutorial for ea...
You just have to concatenate this method after your number to find out if it is a prime or not. Now let’s do a first quick code for generating primes. In our quick example, we will iterate 100 times for getting 100 prime numbers. Start your terminal/console and enter with IRB your Rub...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
Grouping your dependencies allows you to perform operations on the entire group. # These gems are in the :default group gem " nokogiri" gem " sinatra" gem " wirble" , : group => : development group : test do gem " rspec" gem " faker" end Install all dependencies, except those in speci...
#394 STI and Polymorphic Associations pro Nov 25, 2012 | 14 minutes | Refactoring , Active Record Single Table Inheritance (STI) can help organize branching logic into separate classes, but a polymorphic association may be a better fit if there are unique database columns.
Open a gem's source directory with either the default editor, or a specified command.
garaj 0.1.1 Browse through your project's source code install gem install garaj Download Documentation Subscribe RSS Authors Oguz Bilgic 51 total downloads 7 for this version Owners Links Homepage Gemfile gem "garaj", "~> 0.1.1" Versions 0.1.1 December 24, 2012 0.1.0 December 24, 2012...
What if my GitHub repository is corrupted or deleted? Don’t Panic! Because of the distributed nature of git, everyone always has a local full copy of the repository, complete with history. Any of your repositories, assuming they have been kept up to date, can be uploaded to the GitHub...
I'll try the newer fcgiwrap when I get back home in a couple hours. For now, in case this is helpful info: I'm getting a 403 Forbidden on the stdout of the terminal where I ran the fcgiwrap. At the same time I get *11 upstream closed prematurely FastCGI stdout while reading response h...