Displaying 20 results from an estimated 200000 matches similar to: "Download edge rails as zip?"
2006 Aug 08
1
Edge Rails snapshots without svn?
Is there somewhere that I can get daily edge rails snapshot packages
via "normal" HTTP (i.e. not svn)? I''m behind a pretty restrictive
proxy which screws with svn commands, so if anyone knows of a
different way to get the latest snapshot of edge rails, please let me
know.
Thanks!
2006 Mar 13
1
Installing edge rails. PLease help
I need to install edge rails but i cannot because i am working over a
proxy, how do i do it? In desperate need, please help
Thanks,
Chris
--
Posted via http://www.ruby-forum.com/.
2007 Apr 10
0
Change in default xml, rjs respond_to templates that Rails looks for on edge Rails
Not sure if this is the right avenue to discuss this but I couldn''t
find anywhere to ask this question on Rails Trac.
Regarding this latest changeset:
http://dev.rubyonrails.org/changeset/6507 (Change default respond_to
templates for xml and rjs formats.)
Does anyone know the rationale behind it? I can imagine there would be
an announcement in the future about this backward
2005 May 18
2
Why can't I download "window binary" zip packages
Hello there,
I tried so many times to download windows binary zip package but it told
me that I don't have the access to do so. It worked for me a few months
ago. Please help me with it.
Thank you
Lisa Wang Msc.
Princess Margaret Hospital
Toronto , Canada
tel: (416) 946 4501 ext.5201
2006 Mar 15
9
Mongrel Web Server 0.3.11 -- Edge Rails and Win32Compliant
I don''t think there''s a way to do that other than using a proxy
(ISAPI_REWRITE) or just a server-side redirect. I''d love to be proven
wrong though.
-----Original Message-----
From: rails-bounces@lists.rubyonrails.org
[mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of frazer horn
Sent: Wednesday, March 15, 2006 9:13 AM
To: rails@lists.rubyonrails.org
Subject:
2006 Sep 30
1
possible bug: edge rails, nested resources and images
Im trying to show images in my restful application and have finally
found what appears to be the source of the problem.
When i have the products resource nested in categories as showen below
in the first routes file i can see the categories index (/categories).
When i add the images to the products resource map as shown in routes 2
i get the error:
image_url failed to generate from
2006 Aug 15
3
Darcs and vendor/rails on edge
Calling all rails darcs users! We may be in the minority, but I''m
sure we can still share some know how here.
Question: how are you managing your vendor/rails directory?
svn externals seems to be the preferred option for svn folk (at least
this is the approach recommended in the Agile 2 beta). Is there a way
to get the same functionality within darcs? That would seem to be the
2017 Oct 29
0
Edge cannot download to samba share
Hi Andreas,
Am 28.10.2017 um 23:13 schrieb Andreas Sachs via samba:
> i have a problem to download files to a samba share with Microsoft Edge. I got the message "file moved or deleted". (I don't know the exact message, because i have a german version of windows).
>
> After the download, there are two files in the directory:
>
> -rwxrwxr--+ 1 andi andi 0 Okt 28
2006 Aug 17
0
[ADV] The Rails Edge
Hi Folks,
Apologies in advance for the blatant advertisement.
Just thought you might be interested in our new regional Ruby/Rails
conference series. The first will take place on November 16-18 in
Denver, CO.
http://therailsedge.com
--------------------
What''s It About?
--------------------
You all know that Rails and Ruby are on the move. Every month brings
new tools, new
2007 Jul 04
1
Edge Rails required for ActiveResource
Just wanted to make sure I''m not missing anything here... I''m trying
to use ActiveResource and I was trying to avoid using Edge Rails.
However, since ActiveResource depends on the edge version of
activesupport, I appear to be stuck going edge... have flailed around
for a while trying to get ActiveResource to work with 1.2.3 but it
just ain''t happening. Am I right? Gotta
2006 Mar 31
1
rake doc:rails fails with edge rails
Hi,
I''m sure I''m doing something stupid, but I can''t figure this one out. I
want the edge rails docs (I''m using svn:externals for vendor/rails to
get edge rails). Running ruby 1.8.4, and edge rails. Tried on linux
and OS X.
''rake doc:app'' and ''rake doc:plugins'' works fine, but when I run ''rake
2006 Nov 04
0
Having problems with edge rails
I just switched to Edge Rails (revision 5207) since I want to use the
BigDecimal support for an e-commerce website.. Unfortunately, some of
my old code seems to be breaking things..
First off, it looks like my "skip_before_filter :check_authentication,
:check_authorization, :only => [:login, :forgot_password]" doesn''t
work at all, since the before_filter gets executed for
2013 Jun 13
4
Rails 3 application capable of generating an offline version of itself for download as zip archive
I''m kinda newbie in RoR yet and I''m having a hard time trying to figure
out how should I implement this. I''m writing an application to store and
display information about insects and their distribution. Currently I
have almost all functionality implemented, except for a **very**
important one: The application must be capable of "crawling" itself and
generate a
2017 Oct 28
2
Edge cannot download to samba share
(sorry, now text format)
Hello,
i have a problem to download files to a samba share with Microsoft Edge. I got the message "file moved or deleted". (I don't know the exact message, because i have a german version of windows).
After the download, there are two files in the directory:
-rwxrwxr--+ 1 andi andi 0 Okt 28 21:42 xxx.pdf
-rwxrwxr--+ 1 andi andi 286444 Okt 28 21:42
2006 Aug 11
1
Changing to edge rails
Hi, I''m developing an application and used rails 1.1.4 o generate the
structure,
some models, scaffoldings and so. How it is in an early stage I''ve
decided to
use edge rails instead of stable release.
Well, I''ve checked-out edge rails in a directory and made a symbolic
link within
vendor/rails dir of my application. Is it enough to use edge rails or do
I need
to do
2006 Feb 14
0
Edge Rails and Not Working So Consistently
I just started using edge rails and I wanted to know if it was just
me or others are having the same problem.
With edge rails I am getting a lot of uninitialized constat [Model
Name] -> where Model Name changes depending on which model I am
accessing. If I hit refresh it sometimes works but not often. Do I
have to make a change when I use edge rails?
John Kopanas
2006 Jun 08
2
Does Edge Rails play well with GEM Rails?
Hi,
I have the current version of GEM rails installed on my machine at the
moment. I would like to put edge rails on for a project that I''m working
on, but I would like to keep the Gem version, at least for the moment.
Also is there any documentation about installing Edge rails? I have looked
on the wiki but it was not obvious to me where it is.
Cheers
Daniel
-------------- next part
2006 Jun 07
4
Edge rails and routes
I have a route that works under 1.1.2 but does not work under edge
rails.
route.wishlist ''wishlist/:id'',
:action => ''show_wishlist'',
:id => nil,
:requirements => {:id => /\d*/}
This worked great without an :id, but under edge rails when I call
wishlist_url with no parameters I get:
"Exception: can''t convert nil into
2006 Mar 01
2
Rake error on edge rails
I updated my "edge rails" this morning, ran ''rake'', and got:
rake aborted!
undefined method `namespace'' for main:Object
./rakefile:10
To verify, I created a new project, ran ''rake'' and didn''t get the
error. Then I ran ''rake freeze_edge'', re-ran ''rake'' and got the same
error. Is anyone else
2006 Nov 04
0
Problem with edge rails, controller namespaces and routes
I just upgraded to edge rails so I can use the BigDecimal support for
monetary calculations. I''ve just come across the following problem..
Right now, I''ve got a content controller which is responsible for
updating much of my site''s content. I''ve decided to make this a
subclass of Admin, so I can organize my administrative related
controllers into their own