Displaying 20 results from an estimated 600 matches similar to: "Overload assets/views of a mountable engine?"
2011 Nov 09
14
Rony 1.9.3-p0 on Rails 2.3.x: the helpers "require" problem
Yes, I know that Rails *2.3.x* is no longer fully supported (this is why
I''m posting it to rails/issues). Still, I would like to post the topic so
that everyone who experience the same problem could quickly google for it
(no, afaik no solution for this yet).
I''m trying to migrate a 1.5 years *2.3.x* app from Ruby version *1.8.7* to *
1.9.3-p0*.
The strange problem I
2011 Nov 28
29
Lack of foreign-key constraints support in ActiveRecord
Is there any reason why AR has never supported foreign-key constraints?
I can understand the lack of support for triggers and stored procedures
since they are highly dependent on the database to create a wrap API
around them. But this is not the case for foreign keys.
This is specially important for open-source projects like
Redmine/Chiliproject and Gitorious where you shouldn''t be
2008 Dec 08
2
CN=Nasreddine Kroun/OU=Benefits/O=Vitech is out of the office.
on 12-8-2008 10:12 AM Nasreddine Kroun spake the following:
> I will be out of the office starting 12/08/2008 and will not return until
> 12/15/2008.
>
> Please feel free to call me to my cell if needed. I will return your
> messages as soon as I can.
If I had your number I would ask you to fix your vacation message to not spam
lists.
--
MailScanner is like deodorant...
You hope
2008 Sep 02
0
CN=Nasreddine Kroun/OU=Benefits/O=Vitech is out of the office.
On Tue, Sep 2, 2008 at 9:08 AM, Nasreddine Kroun <NKroun at vitechinc.com> wrote:
> I will be out of the office starting 09/02/2008 and will not return until
> 09/04/2008.
Cool. Please do not put an auto responder on an email address where
you receive mailing lists.
2007 Nov 23
4
How to pin down location of views/shared directory ?
My app has a header & footer I want common to each section.
They live in app/views/shared/_header.rhtml & _footer.rhtml.
They are referenced by app/views/layouts/application.rhtml as one would
expect:
<div id="header">
<%= render :partial => ''shared/header'' %>
</div>
They contain many lines like this:
<a
2017 Jan 18
2
[RFC] IR-level Region Annotations
> On Jan 17, 2017, at 4:36 PM, Hal Finkel via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>
> On 01/17/2017 05:36 PM, Wael Yehia via llvm-dev wrote:
>> Hi. Regarding the token approach, I've read some documentation (review D11861, EH in llvm, and Reid and David's presentation) but couldn't answer the following question.
>> Does the intrinsic or the
2006 May 10
0
FW: [mpeg 362] FW: IEEE - SIPS CFP
Please help distribute the attached CFP
Thank you
Wael
Dear Colleagues
I would like to invite you to send a contribution to the IEEE 2006 Workshop
on Signal Processing Systems (SiPS'06)
Banff Park Lodge, Banff, AB, Canada October 2- 4, 2006
Please check the following website for more information www.ieee-sips.org
<http://www.ieee-sips.org/>
The IEEE
2004 Sep 10
2
can not compile
Hello,
i downloaded flac for windows
source code
i extract files like this
\flac-1.1.0.tar\flac-1.1.0\src\libFLAC
i try to compile libFLAC_static.dsp with VC++ 6
i receive this error
Performing Custom Build Step on .\ia32\lpc_asm.nasm
'-f' is not recognized as an internal or external command,
operable program or batch file.
Error executing d:\winnt\system32\cmd.exe.
can you help me
2009 Aug 13
5
First hit on app takes a long time
So, I''ve deployed my first rails app, however I''m the only one hitting
it for now.
I''ve noticed that the first time I hit the app after some long period,
it takes a really long time to respond (2-3 seconds). After that,
it''s very fast.
At first, I thought it might be my VPS "waking up" from some sleep
state, but Rails does log the long load time
2017 Jan 17
2
[RFC] IR-level Region Annotations
Hi. Regarding the token approach, I've read some documentation (review D11861, EH in llvm, and Reid and David's presentation) but couldn't answer the following question.Does the intrinsic or the instruction returning a token type object act as a code motion barrier? In other words, does it prevent other operations from being reordered with it?If the answer is no, then does it mean the
2011 Mar 24
2
Slow graphics with ATI FirePro 2260
Hello-
I installed CentOS 5.5 on a DELL Machine with ATI Firepro 2260 graphics
card. I'm using GNOME for the graphical environment but the display is
refreshing very slowly, e.g. scrolling a webpage or moving a window around.
Any idea how to solve this issue.
Regards,
Wael
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Jun 02
2
setjmp in llvm
Hi,I'm trying to prevent llvm instruction motion around an intrinsic function call. Throughout my experimenting, I was told that setjmp could create fake entry points into a region of code and that might prevent code motion.What I found is something surprising, and probably is a misuse of setjmp but I couldn't find an explanation for it.Consider this:#include <csetjmp>
std::jmp_buf
2006 Apr 15
0
respond_to issue
I''m having some trouble with respond_to to handle multiple request
types from a single action.
The action:
def login
return if request.get? #just show the login.rhtml page on HTTP GET
self.current_user = User.authenticate(params[:login], params[:password])
respond_to do |type|
type.js { render } # renders login.rjs
type.html do #fallback for standard
2019 Aug 22
3
[RFC] Adding target-specific overrides for Indirect Call Promotion
<font face="Verdana,Arial,Helvetica,sans-serif" size="2"><div><div><div style="box-sizing: inherit;"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" style="box-sizing: inherit;">Hi,</font></div><div style="box-sizing: inherit;"><font face="Verdana, Arial,
2006 May 08
3
operator overload on views
In my User auth scheme I have a userlevel. I''ve overloaded the User
class operators like this:
def >(item)
if item.class == "User"
self.userlevel > item.userlevel
else
self.userlevel > item
end
end
(other operators are overloaded in essentially the same way). As I
understand it, using the operator ">" inside the overloaded
2020 Apr 02
3
RFC: dynamic_cast optimization in LTO
<font face="Verdana,Arial,Helvetica,sans-serif" size="2"> <span><div>Hi,<br>There was a mention of optimizing away C++ dynamic_casts in LTO in this presentation: <a href="https://www.youtube.com/watch?v=Fd3afoM3UOE&t=1306" target="_blank">https://www.youtube.com/watch?v=Fd3afoM3UOE&t=1306</a><br>I
2008 Jun 12
1
CN=Nasreddine Kroun/OU=Benefits/O=Vitech is out of the office.
I will be out of the office starting 06/12/2008 and will not return until
06/13/2008.
Probably I will be back to the office by this afternoon, but I'm not sure.
2014 Jan 27
1
[PATCH] tests/mountable: add missing space in test-mountable-inspect.sh
No actual behaviour, other than getting rid of a bash warning.
---
tests/mountable/test-mountable-inspect.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/mountable/test-mountable-inspect.sh b/tests/mountable/test-mountable-inspect.sh
index 906263b..10d1e9f 100755
--- a/tests/mountable/test-mountable-inspect.sh
+++ b/tests/mountable/test-mountable-inspect.sh
@@ -66,7
2012 May 19
0
Call for Participation: ACM HPDC 2012 -- Early registration deadline May 25th
Call for Participation
http://www.hpdc.org/2012/
The organizing committee is delighted to invite you to *HPDC'12*, the
/21st International ACM Symposium on High-Performance Parallel and
Distributed Computing/, to be held in *Delft, the Netherlands*, which is
a historic, picturesque city that is less than one hour away from
Amsterdam-Schiphol airport.
HPDC <http://www.hpdc.org> is
2012 May 19
0
Call for Participation: ACM HPDC 2012 -- Early registration deadline May 25th
Call for Participation
http://www.hpdc.org/2012/
The organizing committee is delighted to invite you to *HPDC'12*, the
/21st International ACM Symposium on High-Performance Parallel and
Distributed Computing/, to be held in *Delft, the Netherlands*, which is
a historic, picturesque city that is less than one hour away from
Amsterdam-Schiphol airport.
HPDC <http://www.hpdc.org> is