Displaying 6 results from an estimated 6 matches for "odorcicd".
Fetching http://github.com/odorcicd/authlogic.git error: Couldn't resolve proxy 'error: Couldn't res
2010 Nov 11
0
Fetching http://github.com/odorcicd/authlogic.git error: Couldn't resolve proxy 'error: Couldn't res
Fetching http://github.com/odorcicd/authlogic.git
error: Couldn''t resolve proxy ''error: Couldn''t resolve proxy
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email t...
2010 Nov 11
0
our-proxy-server
D:\forex\forex>bundle install
Fetching http://github.com/odorcicd/authlogic.git
error: Couldn''t resolve proxy ''error: Couldn''t resolve proxy
''our-proxy-server'''' while accessing
http://github.com/odorcicd/authlogic.git/info/refs
fatal: HTTP request failed
An error has occurred in git when running `git clone
&q...
2010 Aug 12
2
rails 3- Could not find generator session.
...t; to create the session, I
get-
======================
"Could not find generator session."
======================
I''m using Rail 3 RC and working off the Rail3 Branch now
======================
GemFile:
gem ''authlogic'', :git => ''git://github.com/odorcicd/
authlogic.git'', :branch => ''rails3''
======================
Any hints? I''m using Rails 3 RC
I need this really bad!! Thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this...
2014 Apr 14
0
Foundation & Authlogic
...3c/lib/authlogic/acts_as_authentic/base.rb:64:in
`acts_as_authenti
c_modules'
## Gemfile
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.0'
gem 'zurb-foundation'
gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git',
:branch => 'rails3'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.3'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use...
2010 Aug 30
1
in a rails3 - rspec then require 'authlogic/test_case' and now I broke stuff?
...a
controller test:
require ''authlogic/test_case''
After doing that, I seemed to have to re-run ''bundle install'' (or maybe that
was triggered because I touched the Gemfile, even though I ended up not
adding changes to it.)
I was prompted with:
git://github.com/odorcicd/authlogic.git (at rails3) is not checked out.
Please run `bundle install`
/Users/rick/projects/rails/sillymeters/Rakefile:4:in `require''
(See full trace by running task with --trace)
I rand bundle install, but now every time I try to run "rake spec" I end up
with the following e...
2010 Oct 21
4
Authlogic + Rails3 - undefined method `Login' for nil:NilClass
...activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block
in instrument''
activesupport (3.0.0)
lib/active_support/notifications/instrumenter.rb:21:in `instrument''
Request Parameters:None
My gemfile reads:
gem "authlogic", :git => "git://github.com/odorcicd/authlogic.git",
:branch => "rails3"
config/routes.rb:
resources :users
resources :user_sessions
resources :ibe
match '':controller(/:action(/:id(.:format)))''
controllers/application_controller.rb: [the part that gets the current
user.. also taken from o...