Displaying 20 results from an estimated 480 matches similar to: "[centos/centos.org] branch master updated (de83a23 -> d65a894)"
2020 Jun 27
1
[centos/centos.org] branch master updated (6b2fdf0 -> de83a23)
This is an automated email from the git hooks/post-receive script.
arrfab pushed a change to branch master
in repository centos/centos.org.
from 6b2fdf0 Added some images used on other sites like lists/planet
add fba6547 Update aws-images table presentation
add 5e29e58 Fix download table alignment on firefox and chrome
new de83a23 Merge #40 `Update table presentation on
2014 Jan 26
0
Artwork pages actualization
Hi community,
Would it be convenient at this time to update the artworks wiki pages? I
have some ideas I would like to share. These ideas are based on the work
available at https://github.com/areguera/centos-artwork. This effort is the
continuation of http://projects.centos.org/trac/artwork and is still under
development. Most of this work is done offline because of Internet access
limitation on
2021 Mar 24
0
Translation of centos-indexhtml package
Dear translators!
The centos-indexhtml package is getting a new design and I am wondering
if: would you be interested in providing translations for it? This
package provides the web browser's default page with an introduction
about CentOS Stream 9, taken from the wiki and web site.
Take a look at the following project:
https://gitlab.com/areguera/centos-indexhtml
To contribute, you need to
2013 Jan 22
1
rails datatables refresh javascript
Hi
I followed a railscast episode and got datatables up and running,
beautifully along with the nice jquery-ui as in the front page.
The main issue I''m having though is that I suck at CoffeeScript/JS ~_~
I''m trying get the datatables to reload every 1 second but I don’t see any
request coming into my webserver for refreshes and hence, no refreshes on
the web page itself.
2013 Mar 19
1
How can I eliminate a loop over a data.table?
I've two data.tables as shown below:
***
N = 10
A.DT <- data.table(a1 = c(rnorm(N,0,1)), a2 = NA))
B.DT <- data.table(b1 = c(rnorm(N,0,1)), b2 = 1:N)
setkey(A.DT,a1)
setkey(B.DT,b1)
***
I tried to change my previous data.frame implementation to a
data.table implementation by changing the for-loop as shown below:
***
for (i in 1:nrow(B.DT)) {
for (j in nrow(A.DT):1) {
if
Jquery-Datatable-Rails Gem: Error on Update. PUT request automatically converting to a POST request.
2013 May 11
0
Jquery-Datatable-Rails Gem: Error on Update. PUT request automatically converting to a POST request.
Please checkout this link and help me out here. I guess the Gem has a Bug.
It is working perfectly for Creating a User but while Editing User
information it is giving a routing error:
No route matches [POST] "/users/2"
Here is the link:
http://stackoverflow.com/questions/16501440/jquery-datatables-rails-gem-not-working-for-update-call-converting-put-request
--
You received this
2011 Oct 14
0
Any data table component for rails?
Hello all,
is there any data table component for rails
which can sort/search/pagination etc?
I''ve checked out jquery plugin datatables,
which can sort/search/pagination, but for
large dataset of course need to go server side,
need to pass params[:sort]/params[:search]/params[:pagination]
to server side, which involves a lot of code,
I''ve checked out rubygems.org and found a
2010 May 09
4
Fwd: R apply() help -urgent
---------- Forwarded message ----------
From: Dr. Venkatesh <drvenki at liv.ac.uk>
Date: Sun, May 9, 2010 at 4:55 AM
Subject: R apply() help -urgent
To: r-help at r-project.org
I have a file with 4873 rows of 1s or 0s and has 26 alphabets (A-Z) as
columns. the 27th column also has 1s and 0s but stands for a different
variable (pLoss). columns 1 and 2 are not significant and hence lets
2020 Jun 27
0
[centos/centos.org] branch master updated: Updated/Removed/Added sponsors to reflect actual list
This is an automated email from the git hooks/post-receive script.
arrfab pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new cd66094 Updated/Removed/Added sponsors to reflect actual list
cd66094 is described below
commit cd660941183914fe0e97c622fb0ec03828d4a0db
Author: Fabian Arrotin <arrfab at
2012 Nov 23
0
problem font-face routes css
Hi
I have a problem with font-face routes on the server,when I open the
site in windows, when I do with linux, works . both use chrome latest
version.
-the fonts are in /assets/fonts/
-in /assets/stylesheets/fonts.css.scss
@font-face
{
font-family: ''OswaldLight'';
src: url (''/assets/Oswald-Light-webfont.eot'');
src:
2011 Mar 08
1
form_tag for search bar with Rails 3.0.5
I have a controller and view that should be providing a search bar
that brings up that brings up a selected record on submission. I have
tried several variations, including just specifying the assets_path,
but usually end up with either an error or a submission to the index
action, rather than the show action. Currently, I have the following
in my index.html.haml:
= form_tag({:controller =>
2014 Jun 11
0
my webpage does not send emails confimation/notification
Hello everybody
I have a problem with my inquireis, when I want to contact and I send the
message, I must receive two emails one of confirmation (client) and other
of notification (admin of the web page) but it does not send.
The webpage work in production environment.
When I watch the log (production.log) I seed this:
>
> There was an error delivering an inquiry confirmation:
> 503
2014 Apr 26
0
jquery_ujs.js 404
I am getting this annoying error which relates to jquery_ujs.js not
being served. Any clues?
This is the site link:
http://test.kopy.com.br/home/index
GET http://test.kopy.com.br/assets/jquery_ujs.js?body=1 404 (Not Found)
index:11
GET http://ads.panoramtech.net/loader.js?client=tac
net::ERR_BLOCKED_BY_CLIENT rev.js:4
Error in event handler for (unknown): Cannot read property 'state' of
2013 Jul 10
0
ActionView::Template::Error Not a directory vendor/assets/javascripts/ production
Hello,
In production environment, I have this error ActionView::Template::Error
Not a directory vendor/assets/javascripts/holder.js when in my template I
have this line
<%= image_tag "holder.js/150x200" %>
My production.rb is :
Libapp::Application.configure do
# Settings specified here will take precedence over those in
config/application.rb
# Code is not reloaded
2012 Jan 04
0
how to avoid pre-compile on deployment ..
I commented the following code in my deploy.rb , to avoid pre-
compiling upon deployment ..
# namespace :assets do
# desc "Compile assets"
# task :precompile, :roles => :app do
# run "cd #{release_path} && rake RAILS_ENV=#{rails_env}
assets:precompile"
# end
# end
but it seems to have no effect .... cap deploy log show precompiling
again...
.....
2012 Jan 24
0
PCA for assets based household income analysis (" hetcor" and "princomp")
I am doing Principal Component Analysis (PCA) on assets data for household income prediction. The problem is that the assets data are rank ordered (usually binary ... possess car/don't possess car), so the normal correlation is inappropriate for the calculation of the PCA. Instead one has to use the polychoric correlation coefficient. It uses the "random.polychor.pa" package.
2012 Aug 04
6
Automatic asset paths prevent logical asset organization
In 2fe70c1 (last year), rails changed from a static list of assets.paths to automatically register any path under assets/*. (This was not reflected in Rails Guides so I pushed an update to docrails.)
However, in my opinion, these automatic asset paths create confusion.
The result is that the first-level directories under `(app|lib|vendor)/assets` get swallowed and if I put assets into a
2023 Jul 11
0
[centos/centos.org] 02/02: Removing estruxture from active sponsors
This is an automated email from the git hooks/post-receive script.
arrfab pushed a commit to branch main
in repository centos/centos.org.
commit 411cbb1912b8a61c406f2a705a2c3d77a21933e9
Author: Fabian Arrotin <arrfab at centos.org>
AuthorDate: Tue Jul 11 08:49:21 2023 +0200
Removing estruxture from active sponsors
Signed-off-by: Fabian Arrotin <arrfab at centos.org>
---
2012 Feb 21
2
Asset Pipeline doubles my CSS refs?
Hi,
I''m trying to properly reference a .css file. Unfortunately the asset
pipeline is doubling my css references which disables my code. What
gets rendered is:
<link href="/assets/sincoraish-screen.css" media="screen"
rel="stylesheet" type="text/css" />
<link href="/assets/sincoraish-print.css" media="print"
2008 Mar 12
2
nested routes with a 2-way has_many using join table?
I have two classes, InstructionalObject and Assets. They both have_many
of the other, implemented through a join table (so it''s like a habtm
without the habtm).
For the next version of our app, we''re refactoring to RESTful, and i''m
having trouble with my nested resources/routes. I tried this, in
routes.rb:
map.resources :assets do |assets|
assets.resources