Displaying 17 results from an estimated 17 matches for "stikipad".
2006 Mar 22
6
Project management
Hello for all,
Anyone using any software for management your projects?
Thank''s
--
Posted via http://www.ruby-forum.com/.
2007 Nov 02
1
uninitialized constant ActAsAuthenticated
Hi,
I followed the installation guide on http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated,
but db:migrate fails:
$ rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
uninitialized constant ActAsAuthenticated
Tried to move include AuthenticatedSyst...
2007 Feb 20
6
Markdown and Wikis
...are some problems with using
Markdown so I'm interested to see if there is an alternative
that works better for me.
I've looked at wiki matrix and searched for and found the
following list
bitweaver, DekiWiki, DokuWiki, Friki, Instiki, Midgard Wiki,
Oddmuse, Pimki, PmWiki, Socialtext, StikiPad, VQWiki, Wikia and yawiki
Does anyone have any comment on these?
I'm looking for something that :
+ is in active development
+ is mature
Preferable
+ use files for storage
+ have skin/templates
PmWiki fills many of these requirements but I want to see if I
can find something h...
2006 May 31
4
acts_as_attachment , someone using it?
Hi, i just found the acts_as_attachment plugin for image upload, seems
sogood but i cant find any docs about it, if someone here using it can
give some references or working examples about the plugin that will be
excellent.
So what you wanna rails today?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 04
3
act_as_state_machine plugin inaccessible
Seems like act_as_state_machine plugin is not accessible from
http://lunchroom.lunchboxsoftware.com/articles/2006/01/21/acts-as-state-machine
as this site is down and script/plugin discover is broken as it fails
when trying to add plugin repositories giving the message as below;
Add http://svn.northpub.com/plugins/? [Y/n] y
(eval):3:in `each'': undefined method `[]'' for
2006 Feb 08
8
Liquid with database?
Hello,
Just wondering if someone here as successfully ported Liquid to use with a database. I would like to try it out but not sure how Liquid integrates with current templates.
Thanks
Frank
---------------------------------
Yahoo! Mail - Helps protect you from nasty viruses.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 15
9
newbie q: acts as authenticated or login engine?
...39;m trying to create a basic web page where people can register. Before
they are approved they are emailed a link where that they must click in
order to verify their info is correct (or at least their email).
Should I use acts as authenticated or the login engine for this?
http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated
http://rails-engines.org/login_engine
TIA
--
Posted via http://www.ruby-forum.com/.
2006 Apr 05
1
RoR group in DFW (TX) area?
I thought I remembered seeing a post a while back about a group forming in north Dallas, but don''t see a listing for them on the wiki. If you''re out there, speak up! ;-)
Anyone in the mid-cities or Fort Worth area interested in getting together?
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Aug 25
0
nginx+fastcgi+rails
Hi guys,
i put some notes for nginx [ http://sysoev.ru/nginx/ ] in english (or
maybe engrish ;) ) on my wiki [
http://zh.stikipad.com/notes/show/nginx ].
And my question: have somebody working config for nginx+fastcgi+rails
(dispatch.fcgi)?
Something like:
-------------- >8 --------------
location / {
fastcgi_pass localhost:9000;
fastcgi_index dispatch.fcgi;
fastcgi_param SCRIPT_FILENAME /home/rails/pub...
2007 Jul 11
1
Session Expiration Problem: How to keep a user logged in for
How do I keep the Rails session from expiring when the browser exits? I
would ideally like the user to be logged for a few days (e.g. 2 weeks).
Do I use the Rails "session" or "cookies"? Also, my understanding is
that session[:session_expires] doesn''t work.
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
2007 Sep 12
1
newbie: getting started with database, local computer, host
well this may very well be a super easy one, but I can''t seem to find an
answer. I think it''s really neat that ruby on rails has so many things
built in like multiple databases for production, testing.
if i create a database on my local machine, and create my rails app
locally... will everything get synced with my webhost when i use
capistrano? or do i need to log-in to the
2006 Jun 02
2
State of the Art in Login?
Hi folks,
I''ve got an older project I''ve used LoginGenerator for. It works pretty
well, but lacks password resetting, etc.
Now I''ve got a new project for a client that''s going to need login
capabilities as well. I''ve been looking at the Salted Login Generator
and the Login Engine, and have taken quick stabs at running through the
installation
2006 Mar 29
8
Action Mailer
Does anyone know where I can download an demo app of action mailer. I''ve
looked every where. I''ve also done the tuts. but, they don''t work for
me. Thanks...
--
Posted via http://www.ruby-forum.com/.
2007 May 08
3
user and password verification (login form)
hello
I have created a registration form, from where the user is asked to fill
the userid and password and is stored in the database
now i want to create a login page which will take the user and password
and then verify with the database and if true then page 1 will open if
false page 2 will open.
can ne one tell me the code for it
thanks..
--
Posted via http://www.ruby-forum.com/.
2006 Mar 23
4
ANN: capistrano-runit-tasks 0.2.0
I''d like to announce the second release of capistrano-runit-tasks,
available from http://rubyforge.org/projects/cappy-runit/
It now supports:
* File based templates
* sv as the service control command in addition to runsvctrl
* A much simpler interface for creating additional services.
More work still needs to be done though!
== TODO
* Allow add_service to create more than one
2006 Jul 26
9
file upload
I''m looking for file upload documentation on the wiki, cant find anything.
I only found the changeset that supports file upload.
should the file be part of ''input'' ?
please help.
thanks
--
gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o
-lruby-static
-ldl -lcrypt -lm -o ruby
Everyone is trying their hardest to do their job but management has
2006 Jul 18
7
Observer not working
Help please.
I''m trying to observe a User class, but I can''t get this to work, the
after_create method never gets called... (the breakpoint never gets
called)
app/models/user_observer.rb:
class UserObserver < ActiveRecord::Observer
def after_create(user)
breakpoint
setting =