You cannot post messages because only members can post, and you are not currently a member.
Description:
Ramaze, the simple, light, modular ruby web framework
|
|
|
source.ramaze.net currently throwing errors
|
| |
uninitialized constant Sass::Plugin
/home/manveru/.gems/gems/haml- 2.0.3/lib/haml/filters.rb:218: in
`render'
/home/manveru/.gems/gems/haml- 2.0.3/lib/haml/filters.rb:51:i n
`render_with_options'
/home/manveru/.gems/gems/haml- 2.0.3/lib/haml/filters.rb:83:i n
`compile'
/home/manveru/.gems/gems/haml- 2.0.3/lib/haml/filters.rb:73:i n... more »
|
|
Powered by Ramaze
|
| |
I looked around for a Powered by Ramaze button to stick on Web sites, but did not find one. So I made one. [link]
|
|
dumb question about 'flash' helper
|
| |
Apologies in advance if I'm being dumb ...
Is the flash helper included automatically? or do I need to do
something special?
Using the example from: [link]
flash always ends up being 'nil'.
FYI, this is with the ramaze (2008.06) gem
p.
|
|
Using before_all with :except
|
| |
(This post is largely to archive the information on the Web for future
people searching for information.)
I have a Ramaze simple app with a single controller. I want to use
user authorization on every action EXCEPT the action that lets users
login.
I was hoping for this:
before_all( :except=>:login ){ login_required }... more »
|
|
Setting non-session cookies in Ramaze
|
| |
(This post is to archive the information on the web for future people
searching for information.)
Ramaze's Request and Response classes are inherited from the Rack[1]
framework. Rack allows you to get and set cookies. Unfortunately, this
means that searching for methods to get and set cookies in Ramaze's... more »
|
|
Log rotating informer
|
| |
Hi list! I grew a little bit tired of reading my long Informer logs so I decided to create a customized Informer class that creates multiple logs based on time. Please welcome the RotatingInformer. The RotatingInformer works mostly like the ordinary Informer class but there are some differences: * The RotatingInformer works on files only. No stdout, stderr etc.... more »
|
|
ramaze command line problem
|
| |
Hi all,
I'm not a professional developer, "just a sysadmin" so please be
patient with me :)
I'm developing my first ramaze app and have problem running it on both
Ubuntu and OpenSUSE.
launching ramaze I get the following:
pls009:/var/hhu/irma # ramaze
Instructing daemonize to: start
pid-file for killed process 5311 found (/tmp/ramaze.pids/irma.pid),... more »
|
|
redirect not working for https
|
| |
hi all,
I am working on a secure site where I rewrite any http to https. I use
redirect and call extensively, and it is not working for SSL enabled
site. This is what happen:
request /mycontroller/
Redirect to '[link] #ramaze redirect to http://
despite working in https://... more »
|
|
Erubis not calling to_s
|
| |
Hi there; I'm new to Ramaze, but not Ruby or web development. Please
feel free to be harsh if this is a silly mistake. :)
I have started with the standard site template created by Ramaze, and
changed controller/main.rb to have "engine :Erubis" in the
MainController. When I place "<%=66%>" into page.xhtml, I get an... more »
|
|
Bug in Ramaze::Global.root
|
| |
I'm not sure if this is a bug, but Ramaze::Global.root does not report
the correct application directory. In lib/ramaze/option.rb, root is
set using the the following code:
File.dirname(File.expand_path( $0))
However, I start my Ramaze app using `thin start` and $0 points to the
thin binary. Therefore, Ramaze::Global.root reports /usr/local/bin,... more »
|
|
|