similar to: Updating installed Rails 1.0 to 1.1.2 without gem

Displaying 20 results from an estimated 1000 matches similar to: "Updating installed Rails 1.0 to 1.1.2 without gem"

2006 Mar 29
1
Bundle internal dependencies
Dear all, When creating a bundle with some internal dependencies (package B in bundle depends on package A), would having the same version installed suffice? Can I ignore the dependencie in package B's description? The test of package B fails when calling data() for an object in pacakge A, so I am not sure right now whether the whole dependencie is not being met or simple relates to data().
2006 May 05
8
pdf/writer: table.render_on best practices?
Hi All, I generate a pdf report that contains a table. The report is 14 pages, and it takes 20s to be rendered. Most of these 20s are spend in the render_on method. I wonder if it is possible to speed up that process? To create the report, I do the following: 1) Setup pdf layout: # Setup pdf layout pdf.select_font("Helvetica", { :encoding => "WinAnsiEncoding"})
2006 Apr 20
3
How to restrict access to images by user?
Hi, I have a some image files that belongs to some users. Only the owner of an image should be able to see it. How can I do that? I don''t think I can use send_data, because I want the image to be displayed on a "rendered" page. I don''t think I can place the images in the public folder, because if some user can figure out the name of the image then he''ll be
2006 Feb 28
7
windows sqlite client?
Hi all, Does anyone know a good windows client for sqlite 3? typical use is create and modify tables and export creation queries. Thanks, Nicolas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060228/363834cf/attachment.html
2017 Oct 04
3
Samba upgrade from 4.6 to 4.7
Hello I have a Samba 4.6.7 server installed with the sernet package on Ubuntu 12.04 precise which I like to upgrade to 4.7 and also I want to do a release upgrade for Ubuntu from 12.04 to 14.04. Before I continue I like know if I should first do a release upgrade for Ubuntu or do I have to upgrade Samba to 4.7 first and then run the release upgrade. Thanks n Regards *Harsh Kukreja *Systems
2006 Mar 31
7
Checkboxes expand to show new options when checked?
I''m writing a simple CMS where every item ("listing") HABTM categories and subcategories (which themselves belong_to a category). What I''m trying to do now is create a UI effect for listing creation: when you go to create a listing, only the possible categories will be shown, but when you select a category a set of new categories will be displayed like so: Lions
2006 Jun 01
2
Best practices?
I just saw a mail about the best practices of something or other, and I was wondering is there a place where Ruby and RoR best practices can be found? Phil J. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/52ab6a0f/attachment-0001.html
2005 Aug 24
1
how can I create formated reports?
Hi, I would like to create reports from some of the views of my application. By "report" I mean a file formatted so that it can be easily saved and printed. To make myself just even more clear, let''s imagine I have an application that handles information about movies. When I display a movie, it shows in an html page with the name, category, actors and reviews of this movie.
2006 May 30
3
expected, got Fixnum problem.
Hi, I was wondering if anybody knew what ''<some type> expected, got Fixnum'' means? My code looks like the following: begin anevent = Event.new anevent.title = params["event"]["title"] anevent = session[:user_id] com = Community.find(params[:id]) com.events << anevent rescue Exception => exc ... end But I get an
2017 Oct 04
3
Samba upgrade from 4.6 to 4.7
On Wed, 4 Oct 2017 09:08:30 -0400 lingpanda101 via samba <samba at lists.samba.org> wrote: > On 10/4/2017 3:59 AM, Harsh Kukreja via samba wrote: > > Hello > > > > I have a Samba 4.6.7 server installed with the sernet package on > > Ubuntu 12.04 precise which I like to upgrade to 4.7 and also I want > > to do a release upgrade for Ubuntu from 12.04 to 14.04.
2006 Apr 04
13
Myowndb: a web database built with rails
Hi all, I wanted to announce on this list that I have launched http://myowndb.com which is a web database built with Ruby on Rails. The application lets the administrator users define the data structure through a web interface like in a normal database, with: - tables - enhanced datatypes like emaili, web URL, and a choice in list - relations (one to many, one to one) between tables Once the
2015 Jun 29
3
Moving from compiled to packages
I understand about using the newer binaries, but what I really want to "save" is the active directory. Sorry I should have been clear. I do not want to have to rejoin/recreate everything. Thanks. Jason On Mon, Jun 29, 2015 at 10:23 AM, Reindl Harald <h.reindl at thelounge.net> wrote: > > Am 29.06.2015 um 15:06 schrieb Jason Waters: > >> I have been using Ubuntu
2015 Jun 29
2
Moving from compiled to packages
I have been using Ubuntu 12.04 for awhile and built samba from source. I have two servers, both on 12.04. Samba bulid 4.1.11. I would like to upgrade the servers to 14.04 and start using the actual pacakges from ubuntu. How do I get from compiled binarys to using the ubuntu pacakge? Thanks for any help. Jason
2006 Jun 01
4
how to: update a select from another select
Hi all, I woke up at 4AM this morning to find a solution for this and it is still not working.. grrr! lost sleep for nothing! Anyways, I have 2 select list and I want the content of the second list to be updated according to what is selected in the first list. I did this in the past by having my application generate all the possible content of the second list and make some Javascript to do
2006 May 29
4
has_many <-> belongs_to trouble
Hi all, finally im starting with rails, i have a simple relationship has_many ans belongs_to that i dont now how to manage the update action, here are my models class Item < ActiveRecord::Base has_many :images end class Image < ActiveRecord::Base belongs_to :item end And my table structure: Items => id, title, desc Images => id, image, item_id ok, i have a number of
2006 Apr 11
8
Does Rails provide solid support for UTF-8?
I need to use UTF-8 in my app and was wondering if Rails would support it properly. Some sites seem to be saying that it has weak internationalization support. Is this true? If so, where is the problem? What should I look out for? Are there tweaks, plugins or gems that fix the problem? TIA. David -- Posted via http://www.ruby-forum.com/.
2018 Sep 22
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
first: thank you for helping out >I might try compiling your source from the VS's Developer Command Prompt: >cmake --build . --target Fibonacci >Does this work? call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" cd llvm-build cmake --build . --config Debug --target Fibonacci building Fibonacci example works BUT
2006 Jun 28
4
Problem with nvarchar in MS SQL Server 2000
Hello, after putting ADO.rb into Directory \ruby\lib\ruby\site_ruby\1.8\DBD\ADO\ I created a Rails-Application with MS SQL Server 2000 as Database. Everything works fine, but into the nvarchar-Field "notice" i can''t store more than about 50 or 60 characters MS SQL Server Query analyzer says, this field has a length of 510 characters. What can i do to save up to the 510
2004 Apr 06
1
REALM???
hi, im trying to log on to my win2003 ADS from Samba3-0.2a, buet every time to run i got the same message dmm:/home/dmagana # net ads join -U dmagana dmagana password: [2004/04/06 09:09:48, 0] libads/kerberos.c:ads_kinit_password(134) kerberos_kinit_password dmagana@GENESIS.LOCAL failed: Cannot contact any KDC for requested realm dmm:/home/dmagana # my domain is genesis.local, but i
2011 Mar 26
1
GSoC 2011 help
Hi, I am undergraduate final year student of Bangladesh University of Engineering & Technology(BUET). I am currently doing my thesis on structured web search engine. I am now interested to do a project related to my thesis in GSoC. Weighting Schemes & Dynamic Snippets are two projects i m interested in. Can you give some guidance about the projects & about how i can approve my