similar to: packaging

Displaying 20 results from an estimated 20000 matches similar to: "packaging"

2006 Mar 31
5
Model reloading problem
Hi all, I''ve a model class Toto in the model directory. I don''t understand why i have to restarts WebBrick to view changes i make in this class FYI : in the development. rb i desabled class cache with config.cache_classes = false Regards Luciano -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 17
2
Rails Unit test Problem
Hi all, I have a problem with unit test database data reload. I have several test_xxx function in my ruby unit test file I would like to know why xxxx.yml containing test data are load only 1 time for all the test while specification say it done for before each test method. Thus my test_xxx are dependant of previous test This is a mistake, because the specs say the test data are reload
2006 Feb 15
2
Ruby install tips
---------- Forwarded message ---------- From: Luciano Broussal <luciano.broussal@gmail.com> Date: Feb 15, 2006 5:00 PM Subject: [Rails] To: rails@lists.rubyonrails.org Hi all, Is anybody know how + to install a ruby application (persitent , after computer restart) in the system tray. Is any body know an installer to package ruby application and to compile it as an file .exe Thank you all
2006 Feb 22
1
ActiveRecord strange behavior
Hi all, I have a has_many relation between Parent and Child Parent p Child c p.children << c => create the relationship in the database (why not need p.save to see the child add?) why when i modifiy a field in c.how_old i have to explicity call to c.save if i want to see the modification in database (p.save doesn''t persist the modification of chlild c) because when i modify
2006 Apr 04
0
Reload automatic lib after change
Hi all, How can i do to rails take changes in lib module without to have to restarts Webbrick Regards -- ---------------------------------- Luciano Broussal email: luciano.broussal@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060404/4aebeabc/attachment.html
2006 Feb 15
0
Hi all, Is anybody know how + to install a ruby application (persitent , after computer restart) in the system tray. Is any body know an installer to package ruby application and to compile it as an file .exe Thank you all Croco -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 06
4
Lighthttpd not working as default (configuration?)
Hi, On the api doc it is written that if lighttpd is installed, rails will use it as its web server instead of WebBrick. I have installed lighthttpd and verified it works (for example on the default port 80) but when lauching script/server, it still uses WebBrick. I wondering if I need to edit /etc/lighttpd/lighthttpd.conf myself or configure something else. Any idea? Thanks Oscar
2006 Apr 08
2
RadRails problems - any ideas
Hi, I''ve followed the rad rails instructions for importing a project and have two issues. First my console tab shows "Console is not available" I don''t know if that''s significant or not, yet. Second, I''ve created a WebBrick server, but it doesn''t respond when I try to start it from withing RadRails. There''s no error shown.
2006 May 22
1
Model Modules, Dev vs Prod
I have a pretty complex model with many modules and I have been trying to keep it clean, but I find that loading the model in development mode using WebBrick is much more lenient than production mode with lighttpd/fcgi. For instance, if I neglect to create a dedicated file that declares the module then I run everything in development mode it works fine, but as soon as it is deployed I
2006 Apr 12
1
Great Job Instant Rails Team
Hey John, I received the same type of functionality but I simply used WebBrick instead of SCGI and I was up and running. Great Job Instant Rails Team! :-) BTW, I have used rails on my PowerMac but this is the first for the PC and it took me less than 10 minutes to get operational. This includes download time, unpacking, and firing up the cookbook application. Now, I wish that my .Net project
2006 Apr 08
4
rails won''t cache my action
I''ve decided to dive into page caching for my rails app. I''m doing my testing with webbrick and it refuses to display the cached page for a particular action. I''ve modified my paginator helper to put the page parameter in the url so that the paginated page can be used with caching. This works perfectly when the page parameter is in the url (ie browse/2006/2 or
2006 Jan 05
2
Agile Depot Tutorial Help
anyone can explain me why in the Agile Depot Tutorial application they use i.product_id to find if a product already exist in the cart, because the cart contains items, each of them references a product. I tried i.product_id like in the tutorial and i.product.i all of these 2 notation works , but i find the second seems more clean??? isn''t it. Any explanation will be fine Regards
2006 Jun 28
0
MySQL Errors
I''m working on deploying my app on Solaris 5.8, Apache 2.0.55, mod_fcgid- 1.09, and mysql-4.1.15. I am getting the following error in my log when running through mod_fcgid: > ActiveRecord::StatementInvalid (Mysql::Error: Lost connection to MySQL server during query:... The catch is that I get no errors when using WEBrick or script/console. It took me a while to get the mysql-ruby
2006 Jan 15
0
HABTM relationships and retrieving multiple selects in controller
Hello all, I have a product table and an option table that are connected to one another via a join table. These two tables both contain has_and_belong_to_many relationships with each other. I am trying to setup a page where I will create a product and add in its options. I have already populated the options table with data to draw from. so, to start, here is the method from my controller: def
2006 Apr 21
4
WebDAV library for fastcgi/webbrick
Hello, I am trying to find a WebDAV library for Ruby that works with fastcgi (production) and Webbrick (development). I''ve found this link which mentions a Webbrick WebDAV library: http://redhanded.hobix.com/inspect/ webrickWebdavHandlerSafelyExtractedFromTheWild.html Unfortunately it sounds limited to Webbrick which will not suit the production environment. Does anyone know of a
2004 Sep 14
0
[LLVMdev] Files to lib/System/Win32
Hi What did I start? <*shrug*> Well, well, well. First a little bit of history: I joined the LLVM project, because the ideas sounded very interesting to me and I voluntered for a minor patch for prefetch datasupport for the gcc-compiler. At that time, when I joined, the only possibility to develop on the windows platform was to use Cygwin Unix Windows emulation layer, but it had some
2012 Dec 27
4
Samba AD DC migration and official packages
Hello: Recently I have tried Samba AD DC (Samba4), because I want migrate our Samba 3 installation to Samba AD DC (Samba4). My tests were successfully, I could migrate a copy o f my samba 3 installation. Now I want to migrate my real installation to Samba4 but my question is about packaging. For now there is not a v4.0 stable Samba package in Debian Wheezy, and I don't want install a rc
2006 May 11
2
pages in /public cant find CSS
Hi everyone, I have a rails project that I''ve been serving via WebBrick at work, and its been working fine (low traffic). For the last few days I''ve been trying to deploy it under Apache which already serves our groups static and PHP pages. I have the dynamic rails part working now, but am having problems with stylesheet references in static pages. My URL using WebBrick was (and
2005 Dec 17
1
webbrick and logger output
Hi, When I do: logger.info "hello?" I would expect it to output something from the webbrick output but it doesn''t seem to. Am I doing something wrong? or is there another way of outputting on the webbrick output? Thanks, -- Colin
2006 Apr 08
5
Sending email on Windows
Hi! I''m developing a different kind of Rails app. It''s an email client *built on RoR *which users can download and use. It''ll look and feel like a standard webapp, except that the server will be run locally (maybe webbrick).. Basically, the idea is that: * Web based apps are easier to upgrade, use etc. * But people need to have their email and other stuff on