blog.lebrijo.com
SEO |
http://blog.lebrijo.com/tag/seo
How to Get Google to properly Index your Rails website. Thursday, 26 February, 2015. In order to be properly indexed by Google (and other search engines), we need to fix three basic values in the header: title, description and keywords. So in header layout we should include them as meta tags:. Yield(:title) : Lebrijo.com - Internet applications Consultancy %meta{content: content for? Yield(:keywords) : ruby, ruby on rails, consultancy, webapps, developers, name: keywords}. Just including it in our Gemfile.
blog.lebrijo.com
MySQL |
http://blog.lebrijo.com/tag/mysql
Thursday, 22 November, 2007. PHPMyAdmin es un administrador de la base de datos MySQL. Aplicación de administración desarrollada en PHP. Podemos publicarla en un servidor web y administrar de forma segura nuestro SGBD MySQL de forma remota, con el único requisito de tener un navegador web. Continue reading Instalación de PHPMyAdmin. Thursday, 22 November, 2007. PHPMyAdmin is an administrator of the MySQL data base. Administraton application developed in PHP. Continue reading PHPMyAdmin installation.
blog.lebrijo.com
rails |
http://blog.lebrijo.com/tag/rails
Stripe Payments in Rails, Part 4 – Plan Discounts With Coupons. Wednesday, 18 February, 2015. In this post We are adding discount coupons to our Rails application payments process. Stripe Payments in Rails, Part 3 – Recurring Payments. Wednesday, 18 February, 2015. How you can create a recurring payment system to create subscriptions at your Stripe.com account. Stripe Payments in Rails, Part 2 – Use Custom Forms with Stripe.js. Wednesday, 18 February, 2015. One comment so far.
blog.lebrijo.com
ruby on rails |
http://blog.lebrijo.com/tag/ruby-on-rails
Tag Archives: ruby on rails. Push Notifications for Mobile Apps. Thursday, 18 June, 2015. Sometimes we need to send push messages from our Web App to Mobile App subscribers. Main Mobile OS providers offer their own services:. Apple: APN (Apple Push Notifications). Google: GCM (Google Cloud Messages). For Android and Iphone. I found this great schema at androidhive.info. APN works similar. Our Rails server will need to:. 3) Create an API end-point which stores the registration id. Bot apn on rails. This g...
blog.lebrijo.com
Improve your Ruby code quality with metrics |
http://blog.lebrijo.com/improve-your-code-quality-with-ruby-metrics
Improve your Ruby code quality with metrics. Monday, 16 March, 2015. In the ruby world we have several tools to analyse our ruby (and Rails) code. In this article we will see the most used (and useful for me), and how to integrate into our CI process with Jenkins. This analyses the coverture of your tests (rspec and minitest). Hints the code style when not respect the community guidelines. Yes, besides testing functionality, it provides a report option that I like to include in my Jenkins builds. Require...
blog.lebrijo.com
jenkins |
http://blog.lebrijo.com/tag/jenkins
Improve your Ruby code quality with metrics. Monday, 16 March, 2015. In the ruby world we have several tools to analyse our ruby (and Rails) code. In this article we will see the most used (and useful for me), and how to integrate into our CI process with Jenkins. This analyses the coverture of your tests (rspec and minitest). Hints the code style when not respect the community guidelines. Yes, besides testing functionality, it provides a report option that I like to include in my Jenkins builds.
blog.lebrijo.com
google |
http://blog.lebrijo.com/tag/google
How to Get Google to properly Index your Rails website. Thursday, 26 February, 2015. In order to be properly indexed by Google (and other search engines), we need to fix three basic values in the header: title, description and keywords. So in header layout we should include them as meta tags:. Yield(:title) : Lebrijo.com - Internet applications Consultancy %meta{content: content for? Yield(:keywords) : ruby, ruby on rails, consultancy, webapps, developers, name: keywords}. Just including it in our Gemfile.
blog.lebrijo.com
Streaming |
http://blog.lebrijo.com/tag/streaming
Video Streaming with Apache. Monday, 15 February, 2010. In this post I will show you how I have mounted a streaming video server like youtube with my Apache server. Nwadays is one choice to do pseudostreaming that we know. The idea was inserting a video in a customer page. And show my video cv at my web curriculum. Continue reading Video Streaming with Apache. View all 3 comments. Streaming de video en Apache. Monday, 15 February, 2010. La idea era insertar un video en la página de un cliente.
blog.lebrijo.com
capistrano |
http://blog.lebrijo.com/tag/capistrano
How to Get Google to properly Index your Rails website. Thursday, 26 February, 2015. In order to be properly indexed by Google (and other search engines), we need to fix three basic values in the header: title, description and keywords. So in header layout we should include them as meta tags:. Yield(:title) : Lebrijo.com - Internet applications Consultancy %meta{content: content for? Yield(:keywords) : ruby, ruby on rails, consultancy, webapps, developers, name: keywords}. Just including it in our Gemfile.
blog.lebrijo.com
How to Get Google to properly Index your Rails website |
http://blog.lebrijo.com/how-to-get-google-to-properly-index-your-rails-website
How to Get Google to properly Index your Rails website. Thursday, 26 February, 2015. In order to be properly indexed by Google (and other search engines), we need to fix three basic values in the header: title, description and keywords. So in header layout we should include them as meta tags:. Yield(:title) : Lebrijo.com - Internet applications Consultancy %meta{content: content for? Yield(:keywords) : ruby, ruby on rails, consultancy, webapps, developers, name: keywords}. Just including it in our Gemfile.