Questions tagged [upgrade]

This tag refers to the process of replacing a particular system with a newer version of the same system

With computer , an upgrade is a term that describes adding or replacing physical components to a computer that improves its performance.

When referring to software, a software upgrade generally refers to any major upgrade to the software that adds significant changes to the program.

4652 questions
10
votes
2 answers

undefined method `raw' for controller for rails 4

Currently, I am upgrading my application from rails 3.2 to rails 4. When I navigate to a particular tab, I get the following error: undefined method `raw' for # My code: vacant.tenant = raw("Vacant") …
kannathasan
  • 565
  • 7
  • 21
10
votes
3 answers

jQuery-UI draggable error 'cannot call methods prior to init', in updating to version 1.10.1

I was working the draggable plugin fine while using jQuery-UI 1.8.2, then I changed to 1.10.1. The major difference I found was that in enabling and disabling the plugin, I no longer needed to use: $this.draggable('option', 'disabled', true); but…
user961627
  • 12,379
  • 42
  • 136
  • 210
10
votes
2 answers

Should I upgrade from rails 2.3 to 3+ or wait until rails 4 is released and upgrade then?

I'm about to start working on porting a company's old rails ap from 2.3/1.87 to the most recent version of rails. Should I wait for rails 4, or should I just to 3.2? We're going to take the opportunity to make sure there is full test coverage, and…
10
votes
8 answers

How to upgrade IIS 6 web app, so it opens in visual studio on machine running IIS 7

My web apps created in VS 2008 on Windows Server 2003, refuse to open in VS 2008 on Windows Server 2008. "The Web Application project 'MyProjectName' is configured to use IIS. To access local IIS Web sites, you must install the following IIS…
Triynko
  • 18,766
  • 21
  • 107
  • 173
9
votes
1 answer

Android Studio Dolphin | 2021.3.1 (Windows) cannot run/ install app on any devices

I just updated Android Studio to new version (Android Studio Dolphin | 2021.3.1) and when I try to install the application, it just run gradle build. I'm not sure it is cache, my PC or Android Studio issue. If anyone also have this kind of problem…
Chivorn
  • 2,203
  • 2
  • 21
  • 37
9
votes
4 answers

An upgrade from 'hirsute' to 'jammy' is not supported with this tool

i was upgrading ubuntu 21.04 hirsute to 22.04 by following this tutorial ,in step 6 it's failing it's throwing an following error please help me to fix this issue Reading cache Checking package manager Can not upgrade An upgrade from 'hirsute'…
sai sa
  • 171
  • 1
  • 5
9
votes
2 answers

Type ERROR when upgrading to tensorflow 2.9

After upgrading to tensorflow 2.9 I got the following Erro message when calling model.fit() with tf 2.8 there were no error. The fit runs anways but its worrying. 2022-06-21 12:42:58.930086: W…
9
votes
1 answer

"pipenv" fails with AttributeError after upgrading from ubuntu 20.04 to 22.04?

I recently upgraded my distro version from ubuntu 20.04 to ubuntu 22.04 and now pipenv command does not work. Any solutions to fix this? > pipenv --help Traceback (most recent call last): File "/usr/bin/pipenv", line 33, in
apex
  • 791
  • 9
  • 23
9
votes
12 answers

Visual Studio 2008: Is it worth the upgrade from 2005?

As of the fall of 2008 I'm about to embark on a new development cycle for a major product that has a winforms and an asp.net interface. We use Telerik, DevExpress and Infragistics components in it and all are going to have a release within a month…
JohnC
  • 3,938
  • 7
  • 41
  • 48
9
votes
2 answers

Gradle badass-runtime-plugin and ProGuard Gradle Plugin

How to run proguard before jPackage? Introduction Im developing an app in JavaFx using gradle plugins and packaging it with jPackager, also using the gradle plugins. The main plugins im using are: id 'org.openjfx.javafxplugin' version '0.0.8' id…
KenobiBastila
  • 539
  • 4
  • 16
  • 52
9
votes
2 answers

How can I upgrade the react-native version?

I tried to update my react-native version to latest one. i.e react-native 0.60.3 I got the following error with these two methods. C:\Users\Kamlesh\Desktop\Final Project>react-native upgrade info No version passed. Fetching latest... info Fetching…
Kamalesh kunwar
  • 262
  • 1
  • 5
  • 20
9
votes
1 answer

python -m pip install --upgrade pip does not work

Upgrading pip does not do anything, just tells me to upgrade Pip again and that the requirements are satisfied--however, I am on an old pip version. This is Python27, I get the same issue whether I am in a virtual environment or…
Alex
  • 486
  • 1
  • 7
  • 19
9
votes
5 answers

How can I upgrade multiple projects (same solution) that's targeting 3.5 to 4.0 in one go?

In one big solution we have about 100~ projects all targeting 3.5 and currently in VS.NET 2010. Now we want to upgrade it to .NET 4.0, do I have to go one by one and change their target? or is there any way to automate this process?
dr. evil
  • 26,944
  • 33
  • 131
  • 201
9
votes
2 answers

Upgrade to postgres 10 wanting to use checksums

I have a postgresql 9.3 instance that I am wanting to upgrade to postgresql 10. I have a command that I think should work but it includes checksums in it. My old instance doesn't have checksums enabled (could it even be at all? Forget was too long…
user9753902
9
votes
1 answer

How do I upgrade Hibernate 4.3 --> 5.2?

I Googled around but don't see any tutorials for upgrading Hibernate to 5.2. The only thing I could find was this: http://hibernate.org/search/documentation/migrate/5.0/ but it seems to specific to Hibernate search.
user3133300
  • 607
  • 4
  • 13
  • 23