Displaying 20 results from an estimated 3000 matches similar to: "Too many login generators?"
2006 May 04
14
Rails Reference 1.1.2
As part of my 3 day training course on Rails, I hand out a 24 page
"short reference" of Rails. It''s collection of the most used calls,
methods, functions across a wide range of Rails functionality.
I have released it under a Creative Commons license, so feel free to
grab it and use it and improve it. It''s a bit rough around some of
it''s edges, and I
2006 Apr 24
5
New RBAC Plug-In for Rails
Hi,
I just finished writing this plug-in. I''ve been using rails for awhile
but this is my first time extracting some code and writing it as a
plug-in and I''d love to hear to some feedback. Thanks.
http://mitchellhashimoto.com/rails/role-based-access-control-plug-in-for-rails/
-Mitchell
--
Posted via http://www.ruby-forum.com/.
2006 Apr 21
11
Phone Numbers in Rails/MySQL
Is there any easy way to make a fancy looking form to take phone
numbers. Something that looks like this:
[ ] - [ ] - [ ] ext: [ ]
Then when you submit it it''s combined into one string in the database.
Optimally it would auto-switch from field-to-field after you fill each
field.
Has anyone seen anything like this in Rails?
Thanks,
Adam
--
Posted via
2006 Apr 14
1
Grouping a list of links by category
Hi,
I want to display a list of links grouped by category like this:
Group 1
Link 1
Link 2
Group 2
Link 1
Link 2
I have this in my controller:
def index
@links = Link.find(:all, :order => "category_id")
end
And this in the view:
<ul>
<% for link in @links %>
<li>
<a href="<%= link.url %>"><%= link.link
2006 May 29
8
Rails and user authentification
I am a the point now where I have to add user authentification to my
application.
Anyone can point me toward an easy to use / secure library? I know about
ActiveRBAC and was wondering if there is anything else that I should
consider.
Thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Apr 25
3
New Rails book coming down the tube...
Howdy guys and girls,
Most of you don''t know me; I''m mostly a lurker in the Rails community...
Anyhow, I wanted to let you guys know about my upcoming Rails book: Mr.
Neighborly''s Relevant Ramblings, Pointed Pontifications, and Thought
Theories on Ruby & Rails. I just released the first chapter for free today
(it''s a 60 page Ruby tutorial); you can grab it
2006 Apr 12
4
Laszlo on Rails underway
If you have an interest in providing rich web interfaces for your
applications beyond the abilities of DHTML, including audio and video,
you may want to join me and 225 other developers on the Laszlo on Rails
project.
Our Google group is at http://groups.google.com/group/laszlo-on-rails.
Be a part of something that will be featured in a talk at RailsConf --
join us!
2006 Jul 05
8
Beating the authentication horse (dead yet?)
Guys,
I''m frankly overwhelmed by the number of Rails authentication options(?)
out there...from ActiveRBAC to acts_as_authenticated to LoginEngine and
so on...so many options, yet on resource I''ve found really distinguishes
between each.
This is sad, as authentication and user management is really an area
where some Rails simplicity pixie dust could be a real boon to
2006 Apr 15
2
Users authentication & Autorization
Hi,
Is there any documentation about this??? any guideline to be started with??
I''m googled a bit, but I can''t find anything relatively serius about this.
Hope someone of you have a GURL (Good URL).
Thanks :-)
2006 Apr 28
35
what''s your rails wishlist?
I''ve been working with rails for a while now. Rails is the second web
framework I''ve tried. It blows the doors off catalyst (perl''s best
framework). I even just wrote my first plugin (broomstick). Ruby''s
ability to meta-program blew me away with it''s ease of use. I''ve been
so impressed with the helpers that rails uses to make a lot of
2006 Aug 02
1
Authentication & ACL
Hey,
Would you guys recommend just coding your own authentication and ACL system,
or is it best just to use one of acts_as_authenticated, LoginGenerator and
alike. There''s a good example in Rails Recipies and Agile Web Development
with Rails 2nd Edition that I can base it on also.
What would you suggest.... and why?
-------------- next part --------------
An HTML
2006 Mar 29
1
New to Wine, Install Problem
Wine Enthusiasts,
I'm new to Wine and am having a problem installing some software. I
didn't see the application in question in the Application Database.
I'm hoping the problem is something simple and that perhaps a Wine guru
on the list can point me in the right direction.
I don't have Windoze installed on any of my boxes. Unfortunately I now
find myself needing to run a
2006 Mar 08
8
Acts_as_authenticated plugin?
Hi,
I''ve just downloaded the acts_as_authenticated plugin but I can''t find much
in the way of documentation.
First is there anywhere that someone could point me to to get a handle on
this.
Second.. Does the plugin still require the use of generators to use?
Thanx in advance
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Dec 16
3
Rails Plugins
Hi
i just got to plugin development, hav to develop a plugin for a model ,
in which i m using object from another model as well as cart .
i saw some basic example for plugins , trying to do with them
can anybody help with some detailed code for plugins developed, or some
good examples ?
thanks in advance
--
Posted via http://www.ruby-forum.com/.
2006 Feb 23
20
ActiveRbac 0.3 release - We''re now on Engines
Hi
I have just released the 0.3 revision of ActiveRecord - make sure to
get the fresh, hot packages from
https://activerbac.turingstudio.com/releases
What is ActiveRBAC?
-------------------
ActiveRBAC is a Ruby on Rails library that provides a full stack RBAC
(Role Based Authorization) system with user, group, role and
permission management. It provides models and controllers to edit
2006 Mar 13
2
Engines with InstantRails
I''ve recently started playing with InstantRails 1.0 and am now wanting
to experiment with the Login and active RBAC engines but having trouble
getting them to install.
I''ve checked the following but can''t find any info on how to get it to
work.
http://rails-engines.org/wiki/pages/Engines+plugin
I''ve also tried the following:
2006 Apr 22
5
ActiveRBAC 0.3.1 Released
Hi
I am happy to announce the 0.3.1 release of ActiveRBAC Engine. The
biggest improvement on the 0.3 release is that it runs with Rails 1.1
now.
Get your personal copy now from
https://activerbac.turingstudio.com/releases :)
There is a manual PDF with a tutorial available at
https://activerbac.turingstudio.com/releases/ActiveRbacManual.pdf
which is also included in the full
2006 Jun 09
5
ActiveRBAC?
How''s the experience with using ActiveRBAC? For my "next 4 days with
rails" :P I''d like to consider adding Role-based access to the To-Do
List application in the original "four days w/ rails" tutorial.
Just wondering if ActiveRBAC would be a good place to start? Thanks!
For those who are wondering: https://activerbac.turingstudio.com/trac
Cheers
Mohit.
2006 May 05
2
newbie ruby string match question
All,
I want to know in the Application.rb controller if I''m on the login screen.
When I''m on the page I care about the controller variable is
"#<ActiveRbac::UserController:0x408b3d6c>"
So I want something like:
if controller contains ActiveRbac::UserController
What is the right syntax for the above?
Thanks
Greg
--
Greg Freemyer
The Norcross Group
Forensics
2006 Feb 27
2
Publishing a Plugin via ./script/plugin
Hi
How do I publish a plugin so I can download it via ./script/plugin.
I''ve put my plugin (ActiveRBAC) on http://wiki.rubyonrails.com/rails/
pages/Plugins but seemingly ./script/plugin discover does not find it :/
Even if I do
./script/plugin source \
https://activerbac.turingstudio.com/source/active_rbac/trunk/
active_rbac
it does not appear on ./script/plugin list.