search for: bjp

Displaying 7 results from an estimated 7 matches for "bjp".

Did you mean: bj
2010 Feb 24
6
Yet another send_data :image question...
Guys & gals, I''m also learning RoR (using v2.3.4). I''ve got a basic scaffold working for image file creation, and - to a point - image file display. The send_data function is working in my controller - no problem. The model code is able to parse the uploaded file construct too. def show @image = Image.find(params[:id]) send_data(@image.binary_data, :type =>
2008 Aug 07
0
crash : 2.7.0 after installing it (PR#12143)
...jWki1iW1a1kFg+8FGuG3HKnqTFjHTtux/ Ks/W9Ls9K8H6hFZwqmYfnfaNznPUkdep9hnjApm20/6GTU/+/if/ABFR3Ftp9zA8E/iDUpIpBtZW kQgj/vihz0sFjc1v/jxj/wCvu2/9HpWN4r0q6YSXlo00iyBVmgjBJbHQhR1/p1rQ1C+03ULRrd71 4gWVg8RAZSrBgRkHuBVDbaf9DJqf/fxP/iKiSUlZmtGrKjNTjuc0lrq88oRLS/Mjs3MkToMtwxLE YGR1P866aLTzpdz4cs2kEjJLOWYDAJaN2OPbJpNtp/0Mmp/9/E/+Ip0C6dFe291LrN5ctblmRZnQ qCVKnooPQ+tTCEYbG2JxdTEW5rK3Y1pv+Rhsv+vSf/0OGsmPSNctYmtIb8TWiDZCGkjjIjwAFYeS 2SOmc8+gqfUZ9Ov5oZhqlxayQqyhrdlBIYqSDkH+6KrbbT/oZNT/AO/if/EVd0cgkfhy8uruH+1J UazhA2xLIGz8wYggRoCCVXrnoeMkFdGw/wCRo1j/AK5W/wDJ6z9tp/0Mmp/9/E/+IqxpsumafPcT /wBpT3Ms4RWacqThc46Af3jQrLRAdB...
1997 Feb 05
0
bliss version 0.4.0
...t;VZ[D%TAGA1INSZ7`& Z]/[ZN>5Q%''N<Y_P+9_K2DT*NHVC-]:=WN0V(M??XSK,:T.FQAQ:?W#9$LPW2 Z7D.42ZI&1[V-P*!W]M%"Q?ATMJ<G8*%*B+[.H:('':!XNJ^#4A/2$]MT+R=@'' ZR%?U)R\8)VQD\E#9.97M=HL>7:S_Y,,(BP,6&\\E03CEK%R_)WAZUP+"V3WL ZM!15)F#-H.*_Q+-G.U"Z(`GSB-=BJP?.:>Y$3=F(-IU9B7\AB^,`SM]:-P;X Z$''K=6T^7RXD@IW6Z4F5!;0*>_]0;7B^`DD1.^^/E=S`CVGS<.W==$H009(=C Z2)`:0Q^0(\*V09Y$X1#Q@_`LC@Y(6C0=(`EI9,QPW"#,&W2!<&''`OJ!&Q!?" Z,C@?(-C2Z&?0`G&P""Y$2;PNZ$$%078(NC2V(?0$.2*<&X1)G`V!/@O?([E` ZY$70`...
2001 Sep 14
5
Our Sympathies
The following is a message to be sent to the President of the United States of America. Although we may not be able to do a great deal from where we are, but for the people of America just knowing we care and feel their sadness will help. Please put your name on the following list and send it to all you know and who care. If you are the 100th name and every 100th there on could you please also
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...9GHdx68Sk<4LMhoVCg}naA26}T&#?w3C;z<I3)m<Ir-|(s`v at B?zCL00vA?jf z%siPhtRVI+MmkjalxgG5qQZW)g=&a<;Ry^Q43LTJbCxc~^^F|YPjXyeu}R{tQxU`Z znu(G8z$P<I`BL`xTiKr<*%Y*Ko=pYk9~IH5 at 4=%gU$ALr7es%)W1=HJv+G+MHA(}g zrhS{vgdI76BBQvld!zXb*4n65#&K07$8(eI53P;AE0avxWQ#UK{APB#crlG_f!~P4 zBJP-l#4J7w9h}W)BR+ at EL3{z9i?$acj&nbs2g*EPRhi4 at vjxnEC`-9KcrD`#88PaV zRa{xbt}%uwYdKlWE>+g?C7=&iHgb7Eou#x>e0(WmYNlIT#uWWB=zRtqvVt)!Geuj; z6pFcB#WJ+Y)r=8(SQj at _FA(Kra_NgSBj+=6mS&`XK-RD<{WY?dWwO`FI+l_4K6#dA zq`XUx(2U&A$$C`N0_!8w at dkLZ_&IWvX5 at cGUZELzUyxU6M)oJ<O`6f{...
2013 Mar 14
0
[Rails 3.2] accepts_nested_attributes_for and time_select
Hi, I am upgrading a Rails application from Rails 3.1.11 to 3.2.12, but have a problem with ` accepts_nested_attributes_for` in conjunction with multipart attributes. The app is used to manage oral exams, so there is a model `Exam`, which has many `Examdate`s. When creating an exam, I can also create the examdates, consisting of a date, a start time and an end time. While the date field is