search for: dulopin

Displaying 7 results from an estimated 7 matches for "dulopin".

Did you mean: dlopen
2013 Oct 22
0
problem while deploying with capistrano-unicorn
...y server user on config/unicorn/production.rb I have user ''userserver'', ''userserver'' where ''userserver'' is the name of the user on server so when I launch command cap unicorn:restart I have error u can see here https://gist.github.com/optimum-dulopin/7109877 If I simply change user ''userserver'', ''userserver'' by user ''userlocal'', ''userlocal'' where ''userlocal'' is the name of the user my personnal computer, then it is working ! do I do something wron...
2013 Feb 14
1
create object after before_filter :authenticate_user!
hi I use devise and cancan my model class PostsController < ApplicationController before_filter :authenticate_user!, only: [:create, :update, :destroy] ... end so an unauthentificate user can access new post form. Now when unauthentificate user submit new or edit forms, he is redirected to login form. But when he logs in, his post is not save in database. Is there anythings to do such
2013 Mar 07
0
custom table_name for table users with devise
Hi for my app, I have several tables for users (franceusers, belgiumusers, ...) and I would like to use one or another depending on domain I tried with table_name_prefix and table_name but it seems to not work class User < ActiveRecord::Base rolify # Include default devise modules. Others available are: # :token_authenticatable, :confirmable, # :lockable, :timeoutable and
2013 Mar 27
1
remove all html tag before validation
hi, is there a clean way to remove all html tag of all attributes before validation I found acts_as_sanitized that seemed to be perfect, but for rails 2 :-s thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2013 Apr 26
0
rails route_translator utf8
Hi, Im using route_translator gem, which is really great, but unfortunatly Im stuck because special caracters are not recognized. for instance for page /ru/войти , I have this error message No route matches [GET] "/ru/%D0%B2%D0%BE%D0%B9%D1%82%D0%B8" same for french special caracters like "è" . for /fr/dernière , No route matches [GET]
2013 Sep 23
0
400 bad request
Hi, Im using nginx and rails for my site which contains url with georgian letters ie განცხადებები so something like http://gancxadebebi.ge/ka/%E1%83%92%E1%83%90%E1%83%9C%E1%83%AA%E1%83%AE%E1%83%90%E1%83%93%E1%83%94%E1%83%91%E1%83%94%E1%83%91%E1%83%98 It is mainly working perfectly but sometimes I receive request with truncated url ie 1 -
2013 Oct 20
2
optimize la value of pool in database.yml
Hi, I would like to understand how to calculate optimal value for "pool" parameter in database.yml I''m using rails 3, ruby 2, postgres, elasticsearch, unicorn, nginx My server : 12 coeurs 24 threads ( I dont know if it is necessary for define pool value) unicorn : worker_processes 24 I have around 1500 pages requested per minutes, and around 200ms per request Is it also