Displaying 20 results from an estimated 23 matches for "rubyrails".
2007 Mar 08
1
RubyRails ActiveRecord base64 encode/decode of binary data
Hi,
I have binary images stored in a table which I wish to encode/decode with
base64 before reading into html object:
<object data="data:image/foo;base64, ..base64 data.." />.
How can I do this in RubyRails?
--
Regards
Andrew
--~--~---------~--~----~------------~-------~--~----~
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@public.gmane.org
To unsubscribe f...
2007 Nov 20
0
Problem while Reading Url in rubyrails application
hi ,
can anybody help me,
while iam running rubyrails application url->
http://localhost:3007/member_account/new
iam getting the following error.
NoMethodError in Member_account#new
Regards,
Nagarjun
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are sub...
2006 Mar 28
2
Rails Oracle connection
I''m using the following configuration in the database.yml to connect to
Oracle,
however I could not connect while the settings seems to be correct:
development_oracle:
adapter: oci
host: 127.0.0.1:8080/XE
username: rubydb
password: rubyrails
What is wrong here?
Can anyonbe help me?
--
Posted via http://www.ruby-forum.com/.
2005 Dec 27
3
CMS centos3
Anyone using or recomend a content management system that will install
without out a lot of mucky muck on a Centos3 system? I looked at Zope
but it needs a newer Python, Midgaard looks likes it's geared towards
RHEL4. OpenCMS looks like it runs on java so that might work. I have
yet to look at Rubyrails and Django.
2006 Oct 17
2
how to do scheduling in rubyonrails
can you please tell me how to cerate an automated mail generation in
rubyrails in specific time period .My requirement is to check the user
last log in and generate an automated mail after 3 months or one year
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" gr...
2007 Jan 04
5
Mashup Tutorial
Hi:
I am looking for a good hands on web mashup tutorial? or books for that
matter.. Google gives me bits and pieces of the info but not any step by
step or hands on tutorial..
Thanks a bundle
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Feb 04
4
problems with tutorial
I''m having some trouble with the instructions at the link below:
http://instantrails.rubyforge.org/tutorial/restarting_the_dev_env.html
I had started at the tutorial at http://instantrails.rubyforge.org/
tutorial/index.html
and had gotten as far as creating the cookbook2 exercise and had
gotten to the "Welcome aboard you''re riding ruby rails" screen in
explorer, but
2006 Aug 14
1
Rails Live CD
Hi
Many on this board may already be aware of this, so for those who are
not
Just ran across this, burned it and now playing with it.
Rails Live CD - Based on PCLinuxOS
http://www.pclinuxos.com/news.php
I''m just starting out with ror. maybe other newbees might find this of
some interest.
Clark
http://sgetty.ath.cx
--
Posted via http://www.ruby-forum.com/.
2006 Nov 04
0
My book is out -- Ruby on Rails: Up and Running
...s released yesterday by
O''Reilly --"Ruby on Rails: Up and Running". It is a quick-start guide
expressly designed to get you going with Rails quickly.
The press release is here:
http://press.oreilly.com/pub/pr/1616
and the book page is here:
http://www.oreilly.com/catalog/rubyrails/
Curt
2007 May 11
1
Memory leak Windows XP SP2 related to search involving 'ä'
...hat seem related to this problem and
tried all the suggested solutions. None of them seem to fix my problem:
I am running Windows XP SP2, MySql 5.2, ruby-1.8.5, ferret-0.11.4
Right now I am still running everything in WEBrick
I set up my system according to this:
http://www.dockblog.de/2007/04/01/rubyrails-setup-in-unicode-utf8-with-ferret-search-mysql-under-debian-etch-with-apache2/
(as far as I could since I am not running Linux and Apache2)
When doing a full_text_search that involves a word with an ''?'', the
ruby.exe process goes nuts and keeps eating up memory until the system...
2006 Aug 25
0
My book is out -- Ruby on Rails: Up and Running
...s released yesterday by
O''Reilly --"Ruby on Rails: Up and Running". It is a quick-start guide
expressly designed to get you going with Rails quickly.
The press release is here:
http://press.oreilly.com/pub/pr/1616
and the book page is here:
http://www.oreilly.com/catalog/rubyrails/
Curt
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2007 Oct 28
0
TreeView Control
I am just learning RubyRails.....
I am simply trying to add a tree view control. I want to use the YUI
treeview control.
Here is my code
<% for tax in @taxonomies%>
<%=tax.parent-%> <%=tax.description-%> <br>
<script type="text/javascript">
addNode(node_id,de...
2007 Dec 02
0
new installation and migration
Hi everybody
My first post so be patient.
I''d installed a full functional rubyrails system on ubuntu 7.10
server.
A collegue of mine has given me a copy of his application and I''m
trying to migrate it to my new server.
Nothing to do.
HERE THE ERROR
_____________________
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/
dependencies.rb:376:in `new_consta...
2008 Jan 31
0
oreilly photos
I''m looking at p81 of http://www.oreilly.com/catalog/rubyrails/ :
"assign a category to a photo"
where they describe using partials to assign a category to photo. Is
there an easier way?
thanks,
Thufir
http://code.google.com/p/oreilly-photos/source/browse
--~--~---------~--~----~------------~-------~--~----~
You received this message becau...
2011 Apr 04
0
issue installing gem Capybara on Debian5 w ruby 1.9.2 ( Rails 3.0.5) => installing native extension
...ny problem ...
but trying (many times .. ) to install in Ruby 1.9.2 (Rails 3.0.5)
raises an error ... It''s not related to the gem itself as the gem
doesn(t build any native extension .. but to one dependency...
I don''t know where to start looking for ...
here is the log message :
rubyrails:~ (ruby-1.9.2@rails3)$ gem install capybara
Fetching: nokogiri-1.4.4.gem (100%)
Building native extensions. This could take a while...
Fetching: culerity-0.2.15.gem (100%)
Fetching: celerity-0.8.9.gem (100%)
Fetching: json_pure-1.5.1.gem (100%)
Fetching: rubyzip-0.9.4.gem (100%)
Fetching: ffi-1.0....
2006 Feb 08
5
Mysql::Error: Lost connection to MySQL server during query:
Hi,
I am having Mysql connection problem for my first AddressBook
application (which I took it from
http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/)
I have gem installed the latest ruby, rails, lighttpd, fastcgi,
mysql-4.1.14 on linux. Everything looks good. When I do:
mysql -h localhost -u test -ptest -D AddressBook
mysql> SELECT COUNT(*) FROM contacts;
+----------+
| COUNT(*) |
+----------+
| 1 |
+----------+
1 row in set (0.00...
2006 Feb 20
3
Caching of classes non working or Howto?
Hello!
I m new to rails. I m playing around with it on a SuSE 10.0 box with
ruby 1.8.2 and gems and rails and postgres. rails xyz creates a nice
rails application, with its directory and ruby script/server runs
webrick nicely and lets me see the page on localhost:3000.
I went with some tutorial to create a Hello page showing the time and a
Bye-Link to link to an Bye page.
cat
2012 Feb 20
0
Cannot start rails server: Please install the adapter: `gem install activerecord--adapter`
...tap''
from
/usr/lib/ruby/gems/1.9.1/gems/railties-3.2.1/lib/rails/commands.rb:50:in
`<top (required)>''
from script/rails:6:in `require''
from script/rails:6:in `<main>''
Note that I can''t replicate this bug in vanilla apps. I''m using rubyRails
3.2.1 and ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]. FWIW,
here''s my Gemfile too:
source ''https://rubygems.org''
gem ''rails'', ''3.2.1''
group :development, :test do
gem ''sqlite3''
gem ''annotate...
2007 Feb 20
7
How to Get data from Web Page to Database.
Hi,
I want to get the details from a table which is displayed on a Web
page into the Database.
How to read that Web page ? I mean if there is table Student details
like Roll no., name etc.
And I want to read that table & store it into my database in table
My_Student. How to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2006 May 23
10
Ruby on Rails: Up and Running
hello,
On page 49 of the beta version of Ruby on Rails: Up and Running, the
book suggests to download a zip file containing everything that has been
done up to that point, and a create_tables_with_data.sql file. The book
doesn''t have the link, and I couldn''t find it in the book site. Does
anyone know where to get the files?
This is a very good book.
Thanks.
--
Posted via