Displaying 20 results from an estimated 55 matches for "bergstr".
2006 Jul 12
5
File manipulation
What are the possibilities of file manipulation in RoR? How do you
create a .html or .rhtml file with ruby to be placed in the public
folder, with custom content?
Btw, where is RoR root? Is that ''public''?
--
Posted via http://www.ruby-forum.com/.
2009 Oct 27
1
Icecast Digest, Vol 65, Issue 4
...g the list at
> ??? icecast-owner at xiph.org
>
> When replying, please edit your Subject line so it is more
> specific
> than "Re: Contents of Icecast digest..."
>
>
> Today's Topics:
>
> ???1. Vorbis still glitching on metadata
> update? (Andreas Bergstr?m)
> ???2. Re: Vorbis still glitching on metadata
> update? (Petr Pisar)
> ???3. Re: Vorbis still glitching on metadata
> update? (Andreas Bergstr?m)
> ???4. Re: Vorbis still glitching on metadata
> update? (Thomas B. Ruecker)
> ???5. Re: Vorbis still glitching on metadata
>...
2006 May 29
6
Radrails doesn''t create files via Eclipse
I can''t get Eclipse to create the files for a new Rails project in
Eclipse. It works using the terminal. What could be wrong?
--
Posted via http://www.ruby-forum.com/.
2009 Oct 27
6
Vorbis still glitching on metadata update?
...ing you can compare:
http://radio.hiof.no/nrk-jazz-128 (MP3 stream, no glitching)
http://radio.hiof.no/nrk-jazz-128.ogg (Vorbis stream, glitches)
Metadata is updated via the web admin interface from a script.
Has anyone else encountered this or know a way to fix this issue?
Regards,
--
Andreas Bergstr?m
?stfold University College
Dept. of Computer Sciences
Tel: +47 69 21 53 71
http://media.hiof.no/
2006 Jun 07
10
RoR with Apache2 - performance?
How is the performance running RoR with Apache2 compared to running it
with PHP?
--
Posted via http://www.ruby-forum.com/.
2006 Jun 13
5
Can RoR handle a lot of traffic?
And compared to PHP?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 06
5
What is require ''digest/sha1''?
In http://www.aidanf.net/rails_user_authentication_tutorial there is a
string called require ''digest/sha1'' in the model. What does it do?
Everything else is well explained besides that.
--
Posted via http://www.ruby-forum.com/.
2006 Jun 07
4
Table names
Can I use the table name "adm_users" (mysql)? Will that give the model
name "adm_user"? Or should it be "admusers" and "admuser"?
--
Posted via http://www.ruby-forum.com/.
2006 May 24
5
Starting on the Ruby Rails path
Hi all, I''m a web designer/-developer. I found Ruby and Ruby on Rails,
and as I can understand (for now) this is what I''ve been looking for.
I''m really exited about this. Prior to this I''ve used Lasso and PHP.
But a few questions (sitting on Mac OS 10.4.6). I tried to install
according to this:
2006 Jul 14
6
Don''t understand :: in ActionController::Base
Maybe this should apply to Ruby forums directly, but I''ll try here.
I understand the concept of classes and subclasses thanks to the
excellent "Programming Ruby - The Pragmatic Programmer''s Guide".
However, I don''t understand what :: signify in terms of inheritance,
parent and child in e.g.
ActionController::Base
--
Posted via http://www.ruby-forum.com/.
2006 Jul 06
5
What is protected?
In http://www.aidanf.net/rails_user_authentication_tutorial there is the
string/method
protected
in the model. What does it do? Can''t find that in
http://api.rubyonrails.org/.
--
Posted via http://www.ruby-forum.com/.
2006 Jun 07
16
How dows RoR work?
This is so frustrating. Is RoR that easy to learn or is it hype or is it
just me? I wonder how many newbies like me are surfing the docs trying
to get a clue of the basics. Every tutorial I find is much the same, and
seems to skip the fundmental parts. How should you understand the Ruby
API http://api.rubyonrails.org/?
What is < ActionController::Base? Can''t I set a cookie under
2006 Aug 14
6
RADRails how to created the configuration file
Hi all
I created a project in eclipse of type radrails, and the project is
empty, it did not generate the Rails application skeleton. When I try to
run it its ask for a configuration file.
What is missing?
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jun 07
3
Check version of RubyGems, FastCGI, PCRE / uninstall
I followed hivelogic article on how to install Ror and Lighttpd on Mac
OS.
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
But I''m not sure I got Lighttpd in the right place.
If I do "which lighttpd" and "lighttpd -v" I get answers from the
terminal:
/usr/local/sbin/lighttpd
lighttpd-1.4.11 - a light and fast webserver
But I
2006 Aug 17
4
Migration newbie
In an migration file there is one up and one down method. Below is from
Agile Web Development with Rails:
class CreateOrderHistories < ActiveRecord::Migration
def self.up
create_table :order_histories do |t|
t.column :order_id, :integer, :null => false
t.column :created_at, :timestamp
t.column :notes, :text
end
end
def self.down
drop_table :order_histories
end
end
Why is there a drop
2006 Jul 07
2
How does layouts work?
When creating a scaffold you get a layout file. How does it work? I
thought I would find the var @content_for_layout in the controller, but
I didn''t. Where is layouts defined or controlled?
--
Posted via http://www.ruby-forum.com/.
2003 Jul 06
1
Samba converting character set from old Server to new Server
...nversion an the new uses:
# smb.conf
client code page = 850
character set = ISO8859-1
Any solutions?
Cheers
JJ
-----------------------------------------------------------------------------------------------
J?rg Junge
EDV-Koordinator
Parit?tischer Wohlfahrtsverband
Landesverband Th?ringen e.V.
Bergstr. 11
99192 Neudietendorf
Germany
2006 Jul 11
2
Index start page
How do a set a main start page? I understand that index is the start
action in a controller, and going to the controller name will show that
index page. But can you set an index to be a start page from root, so
when you enter domain.com:3000 it will show up? I tried to add def index
to the main controller application.rb but no luck.
Btw, how do deal with this when hosting several solutions,
2006 Jun 14
13
A good tutorial
Are there any other tutorial than "Agile Web Development with Rails"
that you can suggest? So far I can''t say that RoR has been easy to
learn. :-)
--
Posted via http://www.ruby-forum.com/.
2010 Jan 25
1
Same y-axis on multiple plots?
...ot;, "9", "10", "11", "12", "13", "14", "15", "16", "17", "18",
"19", "20", "21", "22", "23"), class = "data.frame")
Regards,
--
Andreas Bergstr?m
?stfold University College
Dept. of Computer Sciences
Tel: +47 69 21 53 71
http://media.hiof.no/