Every developer, at some point in their career, will find themselves looking for some information on a Linux* box. I don't claim to be an expert, in fact, I claim to be very under-skilled when it comes to linux command line mastery. However, with the following 8 commands I can get pre...
処理の流れとしては、ブラウザから送信されたリクエストをApacheが受け取り、検索クエリがあればアプリからSolrに問い合わせ全文検索を実行します。その結果を受けてMySQLにある各種メタデータを取得し、結果一覧を生成しブラウザへレスポンスします。結果一覧のリンクをクリックすると、ファイルシステムのPDFを返します。 ApacheとPassengerはとりあえずで選んだのですが、結果的にはよい選択だったと思います。Passengerは軽量なWebアプリケーションに向いている[*1]といわれ、今回開発したアプリケーションのRailsが担当する処理が軽く、社内のエンジ...
db/migrate/YYYYMMDDHHMMSS_devise_create_users.rb というファイルができるのでこれを編集します class DeviseCreateUsers < ActiveRecord ::Migration def change create_table(:users ) do |t | t.integer :uid t.string :name t.timestamps end add_index :users , :uid , :unique => true add_index :users , :name , :uniqu...
Every developer, at some point in their career, will find themselves looking for some information on a Linux* box. I don't claim to be an expert, in fact, I claim to be very under-skilled when it comes to linux command line mastery. However, with the following 8 commands I can get pre...
For code quality, we use Github pull requests to review all code before it gets to staging. In terms of deploy impact, Engine Yard makes it easy to use Unicorn as a web server for zero-downtime web deploys, and we stagger long-running process restarts across our server fleet to make s...
Ruby on Rails: coloque sua aplicação web nos trilhos Vinícius Baggio Fuentes Não perca tempo com frameworks arcaicos e burocráticos. O Ruby on Rails, um dos frameworks mais populares do mercado brasileiro e do mundo, é ágil, completo e não fica no seu caminho, ajudando você focar no q...
Project ID: 2441155 Project Type: Fixed Project Description: Experienced Ruby and Ruby on Rails developer needed for a simple test project. This project is a test that will lead to permanent position either part time or full time. Currently need a ruby function which will take a websi...
L'agence Cosmic recherche un développeur Ruby On Rails adepte des bonnes pratiques du Web. Votre Mission Participer à la conception technique de projets Web Développement d'applications Ruby On Rails Intégration HTML5/CSS3 sémantique à partir des maquettes des créatifs Développements ...
August 24th, 2012 Episode #300! Woohoo! Bootstrap 2.1, SASS 3.2, a chrome plugin for working with SASS, the git-process gem, a great story on dealing with a long-running rails project, tharting wifi restrictions on public networks, and an informative article on DCI and Ruby 2.0 refine...
. I used it for a product at my last company and found it to be easy to manage and deploy and fun to develop with. We have a couple of customers here at Rails Machine that are also big fans of MongoDB and we helped one of them upgrade their replica set today from two nodes with an arb...
, a participant who just graduated, has to say – “When I joined this course I was sceptical about how useful this course would be for me instead of reading material and watching videos on YouTube and thus saving money. After the course started I realised how valuable this course was. ...
Web Performance Power Tool: HTTP Archive (HAR) Posted by igrigorik on August 28, 2012 — 0 comments Hand's on look at the HTTP Archive data format , which allows us to export, analyze, and visualize network performance data from the network timeline... Learn how to build a performance ...
Veewee templates updater - 1.1.0 released Posted by mpapis on August 28, 2012 — 0 comments I just released Veewee templates updater version 1.1.0 , it comes with important update, now it is possible to specify source repository owner to use for updating templates: gem install veewee-t...
Check out cool pics from Patrick's trip to CCHub Nigeria as he presents on Ruby on Rails!
Nice, so how does this work, you have a jenkins job per branch? How does a developer go from code locally -> staging env? commit code, push to fork, submit pull request, pr reviewed and merged, jenkins pulls new code, tests and deploys? Is that the general gist? What do you do for the...
Now would be a good time to talk about what I want Siren Song to do. I want it to “sing” my code as I run it. I don’t entirely know what that means at this point, but it’s a good enough starting point to get my first test case written. That’s the whole point of a spike, right?
Forest Frizzell the Deputy Director, Dept of Information Technology, City & County of Honolulu is coming to Aloha.rb to talk about how the city and Code for America uses Ruby and Rails to build web applications. Come join us Wednesday night (August 29th) in the second floor conference...
Direct image uploads from the browser to the cloud with jQuery Posted by Cloudinary on August 28, 2012 — 0 comments This blog post describes how to easily upload images to the cloud directly from your users' browsers, without going through your own servers in the process. The post inc...
how to write a jruby gem Posted by flyerhzm on August 28, 2012 — 0 comments Here are my serial posts to introduce how to write a jruby gem. part 1 and part 2 Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper ...
Moxity est une plateforme de billetterie en libre service. Nos proposons aux organisateurs d'événements d'ouvrir et de gérer leur billetteries sur le site à travers un logiciel full-web. Les événements sont mis en vente sur notre portail, un module de vente peut être exporté sur le si...