Displaying 4 results from an estimated 4 matches for "cldwalker".
2009 Mar 27
3
ANNOUNCE: Hirb - A gem enhancing your script/console
...''ve written two tutorials on it: http://tagaholic.me/2009/03/13/hirb-irb-on-the-good-stuff.html
and http://tagaholic.me/2009/03/18/ruby-class-trees-rails-plugin-trees-with-hirb.html
It''s also got some decent documentation: http://tagaholic.me/hirb/doc/
To try it out: gem install cldwalker-hirb --source http://gems.github.com
Enjoy!
Gabriel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@p...
2012 Dec 04
2
403 Forbidden from nginx when unicorn started in debug mode
I am using nginx with unicorn as a reverse proxy.
Has been fantastic, but needed to look through some code
for first time.
Using ruby 1.9.3p194 with rails 3.2.9, development mode with ssl enabled,
I start unicorn with -d
...and it does not get served up by nginx.
Any ideas, or more information needed?
Thanks!
Jet
Below is my unicorn.rb for developent:
# config/unicorn.rb
env =
2013 Sep 26
2
Login Problem
Hello All,
I am getting a problem while login for inactive users.
While login I am getting -
Processing by Devise::SessionsController#new as HTML
User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2
LIMIT 1
Redirected to http://localhost:3000/
Filter chain halted as :require_no_authentication rendered or redirected.
Inactive users
2005 Oct 31
0
introducing acts_as_shellable gem
Hi all,
I''m happy to announce a new acts_as gem, acts_as_shellable.
If you find yourself constantly using script/console or another shell interface to
rails, then this gem''s for you.
This gem''s homepage is at http://www.chwhat.com/projects/shellable
The docs are at http://chwhat.com/projects/shellable/doc/index.html
You can install the gem the rubygem way: