blog modifs mineurs

This commit is contained in:
Nicolas Bally 2014-09-08 09:35:37 +02:00
parent 4ca5b0dccd
commit a604b07d20
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ end
gem "capistrano", group: :development
gem "rvm-capistrano", group: :development
gem 'net-ssh', '~>2.7.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

View File

@ -16,7 +16,7 @@ class Public::ArticlesController < ApplicationController
def feed
# this will be the name of the feed displayed on the feed reader
@title = "Blog de Nicolas Bally"
@title = "Blog de Geneviève gagos"
# the news items
@articles = Article.before(Date.today).recents

View File

@ -1,7 +1,7 @@
set :application, 'blog_eft_app'
set :domain, '62.210.187.249'
set :domain, 'box4.quartz.xyz'
set :user, 'web'
set :scm_user, "git"